mirror of https://github.com/sbt/sbt.git
Add JDK 17 to CI
This commit is contained in:
parent
689f347bde
commit
9919feb8a1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue