Skip to content

Commit

Permalink
Merge pull request #787 from playframework/mergify/bp/1.6.x/pr-786
Browse files Browse the repository at this point in the history
[1.6.x] Run tests with Java 21 also (backport #786) by @mkurz
  • Loading branch information
mkurz authored May 3, 2024
2 parents dcc5fa9 + 3e2127d commit d6b0f15
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 @@ -39,7 +39,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

Expand Down

0 comments on commit d6b0f15

Please sign in to comment.