Skip to content

Commit

Permalink
chore(CI): upgrade latest non-LTS CI JDK to 23 from 22 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Sep 29, 2024
1 parent 9997c6f commit 5dbc18f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
java: [ 8.0.345, 8, 11, 17, 21, 22 ]
java: [ 8.0.345, 8, 11, 17, 21, 23 ]
fail-fast: false
max-parallel: 64
name: Fast CI on Java ${{ matrix.java }} OS ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/strong_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
11
17
21
22
23
distribution: zulu
cache: maven

Expand Down
2 changes: 1 addition & 1 deletion scripts/integration_test
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ readonly CI_JDKS=(
"$default_build_jdk_version"
17
21
22
23
)

# here use `install` and `-D performRelease` intended
Expand Down

0 comments on commit 5dbc18f

Please sign in to comment.