Skip to content

Commit 6621f99

Browse files
committed
Merge branch '3.2.x'
2 parents cc4d692 + b8a6cab commit 6621f99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
toolchain: false
2121
- version: 21
2222
toolchain: true
23-
- version: 22-ea
23+
- version: 22
24+
early-access: true
2425
toolchain: true
2526
distribution: temurin
2627
exclude:
@@ -36,7 +37,7 @@ jobs:
3637
with:
3738
distribution: ${{ matrix.java.distribution || 'liberica' }}
3839
java-version: |
39-
${{ matrix.java.version }}
40+
${{ matrix.java.early-access && format('{0}-ea', matrix.java.version) || matrix.java.version }}
4041
${{ matrix.java.toolchain && '17' || '' }}
4142
- name: Prepare Windows runner
4243
if: ${{ runner.os == 'Windows' }}

0 commit comments

Comments
 (0)