Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1d84d24

Browse files
Merge branch 'main' into drop-scala-3.0
2 parents b5f231f + 0f457c0 commit 1d84d24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
java: [8, 11, 17]
13-
scala: [2.12.16, 2.13.8, 3.1.3]
13+
scala: [2.12.x, 2.13.x, 3.x]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
1717
with:
1818
fetch-depth: 0
19-
- uses: coursier/cache-action@v6
20-
- uses: actions/setup-java@v2
19+
- uses: actions/setup-java@v3
2120
with:
2221
distribution: temurin
2322
java-version: ${{matrix.java}}
23+
cache: sbt
2424
- name: Test
2525
run: sbt ++${{matrix.scala}} test headerCheck versionPolicyCheck package

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /