Merge branch '3.2.x'
Closes gh-40045
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -21,9 +21,7 @@ jobs:
|
||||
- version: 21
|
||||
toolchain: true
|
||||
- version: 22
|
||||
early-access: true
|
||||
toolchain: true
|
||||
distribution: temurin
|
||||
exclude:
|
||||
- os:
|
||||
name: Linux
|
||||
@@ -35,9 +33,9 @@ jobs:
|
||||
- name: Set up Java
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: ${{ matrix.java.distribution || 'liberica' }}
|
||||
distribution: liberica
|
||||
java-version: |
|
||||
${{ matrix.java.early-access && format('{0}-ea', matrix.java.version) || matrix.java.version }}
|
||||
${{ matrix.java.version }}
|
||||
${{ matrix.java.toolchain && '17' || '' }}
|
||||
- name: Prepare Windows runner
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
|
||||
Reference in New Issue
Block a user