Skip to content

Commit

Permalink
Merge pull request #357 from mkurz/test_java21_9.1.x
Browse files Browse the repository at this point in the history
[9.1.x] Also test against Java 21
  • Loading branch information
mkurz authored Oct 8, 2024
2 parents 73e819f + d1669b5 commit 557c855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- "check-docs"
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
java: 17, 11
java: 21, 17, 11
scala: 2.13.x, 3.x
cmd: |
sbt ++$MATRIX_SCALA test
Expand Down

0 comments on commit 557c855

Please sign in to comment.