Skip to content

Commit e28210b

Browse files
committed
chore/CI: remove non-LTS java version 20
1 parent 6c9fee9 commit e28210b

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ ubuntu-latest, windows-latest ]
14-
java: [ 8.0.345, 8, 11, 17, 20, 21, 22 ]
14+
java: [ 8.0.345, 8, 11, 17, 21, 22 ]
1515
fail-fast: false
1616
max-parallel: 64
1717
name: Fast CI on Java ${{ matrix.java }} OS ${{ matrix.os }}

.github/workflows/strong_ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
8.0.345
2727
11
2828
17
29-
20
3029
21
3130
22
3231
distribution: zulu

scripts/integration_test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ readonly CI_JDKS=(
5454
8
5555
"$default_build_jdk_version"
5656
17
57-
20
5857
21
5958
22
6059
)

0 commit comments

Comments
 (0)