Skip to content

Commit 87aba28

Browse files
committed
Upgrade CI env
1 parent f8722da commit 87aba28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
- name: Setup Java
2525
uses: actions/setup-java@v3.4.1
2626
with:
27-
distribution: corretto
27+
distribution: oracle
2828
java-version: 17
2929
check-latest: true
3030
- name: Cache scala dependencies
3131
uses: coursier/cache-action@v6
3232
- name: Lint code
33-
run: sbt ++3.2.0 check
33+
run: sbt ++3.2.1 check
3434

3535
test:
3636
runs-on: ubuntu-20.04
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
java: ['8', '11', '17']
42-
scala: ['3.2.0']
42+
scala: ['3.2.1']
4343
platform: ['JVM', 'JS']
4444
steps:
4545
- name: Checkout current branch
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Java
5050
uses: actions/setup-java@v3.4.1
5151
with:
52-
distribution: corretto
52+
distribution: oracle
5353
java-version: ${{ matrix.java }}
5454
check-latest: true
5555
- name: Cache scala dependencies

0 commit comments

Comments
 (0)