Skip to content

Commit 788cf3b

Browse files
Explicitly setup Gradle 8 for Java 8 compatibility
1 parent 8d071ef commit 788cf3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626

2727
- uses: sbt/setup-sbt@v1
2828

29+
- name: Setup Gradle 8.10
30+
uses: gradle/actions/setup-gradle@v4
31+
with:
32+
gradle-version: '8.10'
33+
2934
- name: Main project tests
3035
run: sbt test
3136

0 commit comments

Comments
 (0)