Update workflows
This commit is contained in:
parent
555514f7dd
commit
dfa8317706
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
Build:
|
||||
strategy:
|
||||
matrix:
|
||||
jdkversion: [ 17 ]
|
||||
jdkversion: [ 17, 21 ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -37,8 +37,8 @@ jobs:
|
||||
javaVersion: '8'
|
||||
- mcVersion: '1.12.2'
|
||||
javaVersion: '8'
|
||||
- mcVersion: '1.20.2'
|
||||
javaVersion: '20'
|
||||
- mcVersion: '1.20.4'
|
||||
javaVersion: '21'
|
||||
steps:
|
||||
- uses: HaHaWTH/minecraft-plugin-runtime-test@paper
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user