Skip to content

Commit 5189977

Browse files
committed
gha
1 parent 3f09f1c commit 5189977

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
java: [8, 11, 17]
12+
java: [8, 21, 25]
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
18-
- uses: coursier/cache-action@v6
19-
- uses: actions/setup-java@v2
18+
- name: Setup JDK
19+
uses: actions/setup-java@v5
2020
with:
2121
distribution: temurin
2222
java-version: ${{matrix.java}}
23+
cache: sbt
24+
- uses: sbt/setup-sbt@v1
2325
- name: Test
2426
run: sbt testAll

0 commit comments

Comments
 (0)