There was an error while loading. Please reload this page.
1 parent 06058b1 commit 9236759Copy full SHA for 9236759
.github/workflows/ci.yml
@@ -21,9 +21,7 @@ jobs:
21
- version: 21
22
toolchain: true
23
- version: 22
24
- early-access: true
25
26
- distribution: temurin
27
exclude:
28
- os:
29
name: Linux
@@ -35,9 +33,9 @@ jobs:
35
33
- name: Set up Java
36
34
uses: actions/setup-java@v4
37
with:
38
- distribution: ${{ matrix.java.distribution || 'liberica' }}
+ distribution: liberica
39
java-version: |
40
- ${{ matrix.java.early-access && format('{0}-ea', matrix.java.version) || matrix.java.version }}
+ ${{ matrix.java.version }}
41
${{ matrix.java.toolchain && '17' || '' }}
42
- name: Prepare Windows runner
43
if: ${{ runner.os == 'Windows' }}
0 commit comments