Skip to content

Commit c010e00

Browse files
committed
Merge branch '3.2.x'
Closes gh-40045
2 parents 82cac04 + 9236759 commit c010e00

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
- version: 21
2222
toolchain: true
2323
- version: 22
24-
early-access: true
2524
toolchain: true
26-
distribution: temurin
2725
exclude:
2826
- os:
2927
name: Linux
@@ -35,9 +33,9 @@ jobs:
3533
- name: Set up Java
3634
uses: actions/setup-java@v4
3735
with:
38-
distribution: ${{ matrix.java.distribution || 'liberica' }}
36+
distribution: liberica
3937
java-version: |
40-
${{ matrix.java.early-access && format('{0}-ea', matrix.java.version) || matrix.java.version }}
38+
${{ matrix.java.version }}
4139
${{ matrix.java.toolchain && '17' || '' }}
4240
- name: Prepare Windows runner
4341
if: ${{ runner.os == 'Windows' }}

0 commit comments

Comments
 (0)