Skip to content

Commit

Permalink
Fix CI & update to java 21. (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdijt authored Oct 14, 2024
1 parent 87dbbe6 commit c94f54f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
java-version: '21'

- uses: sbt/setup-sbt@v1

- name: test coverage
run: sbt qa

Expand All @@ -42,7 +44,9 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
java-version: '21'

- uses: sbt/setup-sbt@v1

- name: styleCheck
run: sbt styleCheck
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target/
.idea/
.bsp/
.vscode/

0 comments on commit c94f54f

Please sign in to comment.