Skip to content

Commit

Permalink
Merge branch '3.2.x'
Browse files Browse the repository at this point in the history
Closes gh-40045
  • Loading branch information
wilkinsona committed Mar 21, 2024
2 parents 82cac04 + 9236759 commit c010e00
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
- version: 21
toolchain: true
- version: 22
early-access: true
toolchain: true
distribution: temurin
exclude:
- os:
name: Linux
Expand All @@ -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' }}
Expand Down

0 comments on commit c010e00

Please sign in to comment.