Skip to content

Commit a290bc0

Browse files
Alberto Perez LopezAlberto Perez Lopez
Alberto Perez Lopez
authored and
Alberto Perez Lopez
committed
Update CI workflow
1 parent 3a79017 commit a290bc0

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/scala.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
13-
1412
steps:
15-
- uses: actions/checkout@v2
16-
- name: Set up JDK 16
17-
uses: actions/setup-java@v2
13+
- uses: actions/checkout@v3
14+
- name: Set up JDK 17
15+
uses: actions/setup-java@v3
1816
with:
19-
java-version: '16'
20-
distribution: 'adopt'
17+
java-version: '17'
18+
distribution: 'temurin'
19+
cache: 'sbt'
2120
- name: Run tests for Scala 3
2221
run: sbt test
2322
- name: Run tests for Scala 2.13

0 commit comments

Comments
 (0)