mirror of https://github.com/sbt/sbt.git
Merge pull request #430 from mdedetrich/add-jdk-17-to-ci
Add JDK 17 to CI
This commit is contained in:
commit
b47e081c7e
|
|
@ -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