Skip to content

Commit 0b2d1e0

Browse files
committed
run CI on Java 17
1 parent c06913a commit 0b2d1e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: coursier/cache-action@v6
2020
- uses: coursier/setup-action@v1
2121
with:
22-
jvm: adopt:8
22+
jvm: zulu:17
2323
apps: sbt
2424
- name: Test
2525
run: sbt -v ";+core/test;+instrumentation/test;+reporters/test"
@@ -30,7 +30,7 @@ jobs:
3030
- uses: coursier/cache-action@v6
3131
- uses: coursier/setup-action@v1
3232
with:
33-
jvm: adopt:8
33+
jvm: zulu:17
3434
apps: sbt
3535
- name: Test
3636
run: sbt -v "+scalafmtCheckAll;scalafmtSbtCheck"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: coursier/cache-action@v6
1717
- uses: coursier/setup-action@v1
1818
with:
19-
jvm: adopt:17
19+
jvm: zulu:17
2020
apps: sbt
2121
- name: Release
2222
run: sbt ";+instrumentation/publishLocal; release"

0 commit comments

Comments
 (0)