Skip to content

Commit 7e5401e

Browse files
committed
Use java 8
1 parent ca35d52 commit 7e5401e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@ jobs:
2020
with:
2121
babashka-version: 0.7.0
2222

23+
- uses: actions/checkout@v2
24+
- uses: actions/setup-java@v2
25+
with:
26+
distribution: 'adopt'
27+
java-version: '8'
28+
2329
- name: Publish assets
2430
run: bb publish

0 commit comments

Comments
 (0)