Skip to content

Commit

Permalink
CI: for JDK 8, use Zulu instead of Temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Jun 22, 2024
1 parent 5ffbc99 commit a50f3cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
scala: [2.13.13]
java:
- temurin@8
- zulu@8
- temurin@11
- temurin@17
- temurin@21
Expand All @@ -37,11 +37,11 @@ jobs:
with:
fetch-depth: 0

- name: Setup Java (temurin@8)
if: matrix.java == 'temurin@8'
- name: Setup Java (zulu@8)
if: matrix.java == 'zulu@8'
uses: actions/setup-java@v4
with:
distribution: temurin
distribution: zulu
java-version: 8
cache: sbt

Expand Down

0 comments on commit a50f3cf

Please sign in to comment.