mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-08 00:47:34 +01:00
Update workflows to JDK 17
This commit is contained in:
parent
b1f565a92a
commit
02e28052d5
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user