Skip to content

Commit

Permalink
remove temurin@8
Browse files Browse the repository at this point in the history
  • Loading branch information
pk044 committed Aug 8, 2023
1 parent 0406afe commit d4e2b89
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,14 @@ jobs:
matrix:
os: [ubuntu-latest]
scala: [2.13.10, 3.3.0]
java: [temurin@8, temurin@17]
java: [temurin@17]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v3
with:
fetch-depth: 0

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

- name: Setup Java (temurin@17)
if: matrix.java == 'temurin@17'
uses: actions/setup-java@v3
Expand Down

0 comments on commit d4e2b89

Please sign in to comment.