Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit f732d86

Browse files
committed
Update jdk on CI 11->17
1 parent 367d04b commit f732d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: coursier/[email protected]
1818
- uses: coursier/[email protected]
1919
with:
20-
jvm: adopt:11
20+
jvm: adopt:17
2121
- name: Run tests with sbt
2222
run: sbt test
2323
- name: Compile docs
@@ -65,4 +65,4 @@ jobs:
6565
tag: "v${{ env.VERSION }}"
6666
version: "v${{ env.VERSION }}"
6767
env:
68-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)