Skip to content

Commit

Permalink
Merge pull request #179 from mkurz/test_jdk_21
Browse files Browse the repository at this point in the history
Also test with Java 21
  • Loading branch information
mkurz authored Feb 22, 2025
2 parents a04e861 + 6d89a1e commit 7aeeebd
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: 17, 11
java: 21, 17, 11
scala: 2.13.x, 3.x
cmd: sbt ++$MATRIX_SCALA test

Expand Down

0 comments on commit 7aeeebd

Please sign in to comment.