Skip to content

Commit c94f54f

Browse files
authored
Fix CI & update to java 21. (#247)
1 parent 87dbbe6 commit c94f54f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
uses: actions/setup-java@v4
2222
with:
2323
distribution: 'adopt'
24-
java-version: '17'
24+
java-version: '21'
2525

26+
- uses: sbt/setup-sbt@v1
27+
2628
- name: test coverage
2729
run: sbt qa
2830

@@ -42,7 +44,9 @@ jobs:
4244
uses: actions/setup-java@v4
4345
with:
4446
distribution: 'adopt'
45-
java-version: '17'
47+
java-version: '21'
48+
49+
- uses: sbt/setup-sbt@v1
4650

4751
- name: styleCheck
4852
run: sbt styleCheck

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
target/
22
.idea/
33
.bsp/
4+
.vscode/

0 commit comments

Comments
 (0)