Skip to content

Commit

Permalink
require JDK 17 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored Oct 19, 2024
1 parent 0e84839 commit 58e2c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
java-version: 17
- uses: sbt/setup-sbt@v1
- name: Test
run: sbt core/publishLocal plugin/publishLocal

0 comments on commit 58e2c7b

Please sign in to comment.