Skip to content

Commit

Permalink
Run tests with Java 21 also
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed May 3, 2024
1 parent 23276a8 commit d135d94
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 @@ -50,7 +50,7 @@ jobs:
- "check-docs"
uses: playframework/.github/.github/workflows/cmd.yml@v3
with:
java: 17, 11
java: 21, 17, 11
scala: 2.12.x, 2.13.x, 3.x
cmd: scripts/test-code.sh
gradle-build-root: gradle-twirl
Expand Down

0 comments on commit d135d94

Please sign in to comment.