Skip to content

Commit 55bef27

Browse files
authored
Merge pull request #963 from quickfix-j/chrjohn-github-java21
Use JDK21 in github Java CI
2 parents bf6a39c + 5142803 commit 55bef27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macOS-13]
17-
java: [8, 11, 17]
17+
java: [8, 11, 21]
1818
fail-fast: false
1919
max-parallel: 4
2020
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: [windows-latest]
38-
java: [8, 11, 17]
38+
java: [8, 11, 21]
3939
fail-fast: false
4040
max-parallel: 3
4141
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}

0 commit comments

Comments
 (0)