Skip to content

Commit 557c855

Browse files
authored
Merge pull request #357 from mkurz/test_java21_9.1.x
[9.1.x] Also test against Java 21
2 parents 73e819f + d1669b5 commit 557c855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- "check-docs"
3838
uses: playframework/.github/.github/workflows/cmd.yml@v3
3939
with:
40-
java: 17, 11
40+
java: 21, 17, 11
4141
scala: 2.13.x, 3.x
4242
cmd: |
4343
sbt ++$MATRIX_SCALA test

0 commit comments

Comments
 (0)