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

Commit 529a11b

Browse files
Merge pull request #435 from softwaremill/fix-jdk
Switch form adapt:11 to zulu:17
2 parents d542544 + 6853120 commit 529a11b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
env:
1414
JAVA_OPTS: -Xmx4G
1515
steps:
16-
- uses: actions/checkout@v3.5.0
16+
- uses: actions/checkout@v3.1.0
1717
- uses: coursier/[email protected]
1818
- uses: coursier/[email protected]
1919
with:
20-
jvm: adopt:11
20+
jvm: zulu:17
2121
- name: Run tests with sbt
2222
run: sbt test
2323
- name: Compile docs
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
JAVA_OPTS: -Xmx4G
4141
steps:
42-
- uses: actions/checkout@v3.5.0
42+
- uses: actions/checkout@v3.1.0
4343
with:
4444
fetch-depth: 0
4545
- uses: coursier/[email protected]
@@ -65,4 +65,6 @@ 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 }}
69+
70+

0 commit comments

Comments
 (0)