Skip to content

Commit e971443

Browse files
Merge branch 'main' into will/dependabot
2 parents 3a4f591 + e61967f commit e971443

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)