Skip to content

Commit d4361bd

Browse files
committed
use Java 21 in CI build matrix
1 parent 82a9f65 commit d4361bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ ubuntu-latest ]
17-
java: [ 15, 11, 8 ]
17+
java: [ 21, 11, 8 ]
1818
# Only test on macos and windows with a single recent JDK to avoid a
1919
# combinatorial explosion of test configurations.
2020
# Most OS-specific issues are not specific to a particular JDK version.
2121
include:
2222
- os: macos-latest
23-
java: 15
23+
java: 21
2424
- os: windows-latest
25-
java: 15
25+
java: 21
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
# Cancel any previous runs for the same branch that are still running.

0 commit comments

Comments
 (0)