Skip to content

Commit

Permalink
github actions: switch to zulu
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed May 7, 2024
1 parent ebb4deb commit 694d838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
# Only test on supported JDKs: https://adoptopenjdk.net/support.html
# Java 8 Temurin is no longer available on Mac M1: https://github.com/actions/setup-java/issues/625
java: [11, 17, 21]
java: [8, 11, 17, 21]

runs-on: ${{ matrix.os }}

Expand All @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
distribution: 'zulu'
- name: Cache Gradle packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 694d838

Please sign in to comment.