Skip to content

Commit ac2741a

Browse files
committed
Switch to JDK 22 GA in testing
1 parent 2c45457 commit ac2741a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
matrix:
5858
include:
5959
- { java-version: 21, cache: 'true', cleanup-node: 'false' }
60-
- { java-version: 22-ea, cache: 'restore', cleanup-node: 'true' }
60+
- { java-version: 22, cache: 'restore', cleanup-node: 'true' }
6161
timeout-minutes: 45
6262
steps:
6363
- uses: actions/checkout@v4
@@ -121,8 +121,8 @@ jobs:
121121
platforms: arm64,ppc64le
122122
- name: Build and Test Docker Image
123123
run: core/docker/build.sh
124-
- name: Build and Test AMD64 Docker Image with JDK 22-ea
125-
run: core/docker/build.sh -j 22-ea -a amd64
124+
- name: Build and Test AMD64 Docker Image with JDK 22
125+
run: core/docker/build.sh -j 22 -a amd64
126126

127127
check-commits-dispatcher:
128128
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)