Skip to content

Commit

Permalink
test with java 21 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jun 30, 2024
1 parent a0a0a40 commit f0e607b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
fail-fast: false
matrix:
SCALA_VERSION: [2.12.19, 2.13.14, 3.3.3]
JAVA_VERSION: [8, 11, 17]
JAVA_VERSION: [8, 11, 17, 21]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion project/project-info.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
project-info {
version: "current"
shared-info {
jdk-versions: ["OpenJDK 8", "OpenJDK 11", "OpenJDK 17"]
jdk-versions: ["OpenJDK 8", "OpenJDK 11", "OpenJDK 17", "OpenJDK 21"]
snapshots: {
url: "https://repository.apache.org/content/groups/snapshots/org/apache/pekko/"
text: "Snapshots are available from Apache Snapshots Repository"
Expand Down

0 comments on commit f0e607b

Please sign in to comment.