Add Java 18 to CI workflows
This commit is contained in:
parent
a48601b028
commit
59b2d2f5a1
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ '17' ]
|
||||
java: [ '17', '18' ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Setup Java JDK
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 17
|
||||
java-version: 18
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
2
.github/workflows/repackage-native-libs.yml
vendored
2
.github/workflows/repackage-native-libs.yml
vendored
@ -135,7 +135,7 @@ jobs:
|
||||
shell: bash # Explicit for windows
|
||||
|
||||
env:
|
||||
JAVA_VERSION: 17
|
||||
JAVA_VERSION: 18
|
||||
|
||||
steps:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user