Skip to content

Commit aa22f9e

Browse files
authored
Merge pull request #2780 from harawata/ci-on-jdk21
Include JDK 21 in CI build
2 parents 29236c6 + a8f0481 commit aa22f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macOS-latest, windows-latest]
11-
java: [11, 17, 19, 20]
11+
java: [11, 17, 19, 20, 21]
1212
distribution: ['zulu']
1313
fail-fast: false
1414
max-parallel: 4

0 commit comments

Comments
 (0)