We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5f231f + 0f457c0 commit 1d84d24Copy full SHA for 1d84d24
.github/workflows/ci.yml
@@ -10,16 +10,16 @@ jobs:
10
fail-fast: false
11
matrix:
12
java: [8, 11, 17]
13
- scala: [2.12.16, 2.13.8, 3.1.3]
+ scala: [2.12.x, 2.13.x, 3.x]
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2
17
with:
18
fetch-depth: 0
19
- - uses: coursier/cache-action@v6
20
- - uses: actions/setup-java@v2
+ - uses: actions/setup-java@v3
21
22
distribution: temurin
23
java-version: ${{matrix.java}}
+ cache: sbt
24
- name: Test
25
run: sbt ++${{matrix.scala}} test headerCheck versionPolicyCheck package
0 commit comments