We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c45457 commit ac2741aCopy full SHA for ac2741a
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
matrix:
58
include:
59
- { java-version: 21, cache: 'true', cleanup-node: 'false' }
60
- - { java-version: 22-ea, cache: 'restore', cleanup-node: 'true' }
+ - { java-version: 22, cache: 'restore', cleanup-node: 'true' }
61
timeout-minutes: 45
62
steps:
63
- uses: actions/checkout@v4
@@ -121,8 +121,8 @@ jobs:
121
platforms: arm64,ppc64le
122
- name: Build and Test Docker Image
123
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
+ - name: Build and Test AMD64 Docker Image with JDK 22
+ run: core/docker/build.sh -j 22 -a amd64
126
127
check-commits-dispatcher:
128
runs-on: ubuntu-latest
0 commit comments