Skip to content

Commit eeae0ff

Browse files
committed
Remove Java 21 from CI
Retains 8, 17, 25.
1 parent 7017b6e commit eeae0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, windows-latest, macOS-latest]
1212
# choosing to run a reduced set of LTS, current, and next, to balance coverage and execution time
13-
java: [8, 17, 21, 25]
13+
java: [8, 17, 25]
1414
fail-fast: false
1515
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
1616
steps:

0 commit comments

Comments
 (0)