Skip to content

Commit a2f8a8d

Browse files
authored
Merge pull request #356 from mkurz/test_java21
[10.1.x] Also test against Java 21
2 parents 7aadc17 + ebf8732 commit a2f8a8d

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)