Skip to content

Commit

Permalink
Merge pull request #430 from mdedetrich/add-jdk-17-to-ci
Browse files Browse the repository at this point in the history
Add JDK 17 to CI
  • Loading branch information
eed3si9n committed Sep 11, 2023
2 parents 5e662d2 + 9919feb commit b47e081
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- os: ubuntu-latest
java: 11
jobtype: 1
- os: ubuntu-latest
java: 17
jobtype: 1
runs-on: ${{ matrix.os }}
env:
# define Java options for both official sbt and sbt-extras
Expand Down

0 comments on commit b47e081

Please sign in to comment.