Skip to content

Commit 0f6d55d

Browse files
committed
Update Java versions matrix for CI builds
1 parent 8b6ec75 commit 0f6d55d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ jobs:
1818
- id: ubuntu-latest
1919
name: Linux
2020
java:
21+
- version: 17
22+
toolchain: true
2123
- version: 21
2224
toolchain: true
23-
- version: 22
25+
- version: 25
26+
early-access: true
2427
toolchain: true
2528
steps:
2629
- name: Check Out Code
@@ -29,6 +32,7 @@ jobs:
2932
id: build
3033
uses: ./.github/actions/build-and-publish
3134
with:
35+
publish: false
3236
java-version: ${{ matrix.java.version }}
3337
java-distribution: ${{ matrix.java.distribution || 'liberica' }}
3438
java-toolchain: ${{ matrix.java.toolchain }}

0 commit comments

Comments
 (0)