Skip to content

Commit

Permalink
Upgrade CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
sirthias committed Dec 3, 2022
1 parent f8722da commit 87aba28
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 @@ -24,13 +24,13 @@ jobs:
- name: Setup Java
uses: actions/[email protected]
with:
distribution: corretto
distribution: oracle
java-version: 17
check-latest: true
- name: Cache scala dependencies
uses: coursier/cache-action@v6
- name: Lint code
run: sbt ++3.2.0 check
run: sbt ++3.2.1 check

test:
runs-on: ubuntu-20.04
Expand All @@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
java: ['8', '11', '17']
scala: ['3.2.0']
scala: ['3.2.1']
platform: ['JVM', 'JS']
steps:
- name: Checkout current branch
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Setup Java
uses: actions/[email protected]
with:
distribution: corretto
distribution: oracle
java-version: ${{ matrix.java }}
check-latest: true
- name: Cache scala dependencies
Expand Down

0 comments on commit 87aba28

Please sign in to comment.