Skip to content

Commit

Permalink
Merge pull request #888 from playframework/mergify/bp/2.2.x/pr-887
Browse files Browse the repository at this point in the history
[2.2.x] Run tests with Java 21 also (backport #887) by @mkurz
  • Loading branch information
mkurz authored May 3, 2024
2 parents 7e60183 + a12aaf6 commit 9e9c1e8
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 'testOnly -- xonly timefactor 5'

Expand Down

0 comments on commit 9e9c1e8

Please sign in to comment.