Skip to content

Commit

Permalink
Also test with Java 21 and 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Dec 11, 2023
1 parent 857f374 commit 1b1a91e
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 @@ -17,7 +17,7 @@ jobs:
name: Tests
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
java: 11, 8
java: 21, 17, 11, 8
scala: 2.12.18
cmd: |
sbt ++$MATRIX_SCALA test scripted
Expand Down

0 comments on commit 1b1a91e

Please sign in to comment.