We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f34ba2 commit 0fc7eb6Copy full SHA for 0fc7eb6
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- java: [ '8', '11' ]
+ java: [ '8', '11', '17' ]
17
18
steps:
19
- name: checkout the repo
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up JVM
25
uses: actions/setup-java@v2
26
with:
27
- distribution: 'adopt'
+ distribution: 'temurin'
28
java-version: ${{ matrix.java }}
29
30
- name: Run tests
@@ -42,8 +42,8 @@ jobs:
42
43
44
45
46
- java-version: '8'
+ java-version: '17'
47
48
- name: Check Formatting
49
run: sbt scalafmtCheckAll
0 commit comments