Update workflows to JDK 17
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
build_and_test:
|
build_and_test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
jdkversion: [11]
|
jdkversion: [17]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
@@ -4,10 +4,6 @@ language: java
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- env:
|
|
||||||
- JDK_VERSION=8
|
|
||||||
- env:
|
|
||||||
- JDK_VERSION=11
|
|
||||||
- env:
|
- env:
|
||||||
- JDK_VERSION=17
|
- JDK_VERSION=17
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user