Skip to content

Commit 08e4abc

Browse files
committed
chore(ci): add jdk 22 into CI 🤖
1 parent 536e281 commit 08e4abc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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 ]
14+
java: [ 8.0.345, 8, 11, 17, 20, 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ jobs:
2020
with:
2121
# https://github.com/actions/setup-java?tab=readme-ov-file#install-multiple-jdks
2222
#
23-
# do NOT move old version 8.0.345 before 8, because the old version satified version 8
23+
# do NOT move old version 8.0.345 before 8, because the old version satisfied version 8
2424
java-version: |
2525
8
2626
8.0.345
2727
11
2828
17
2929
20
3030
21
31+
22
3132
distribution: zulu
3233
cache: maven
3334

scripts/integration_test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ readonly CI_JDKS=(
5656
17
5757
20
5858
21
59+
22
5960
)
6061

6162
# here use `install` and `-D performRelease` intended

0 commit comments

Comments
 (0)