Update workflows

This commit is contained in:
DGun Otto 2024-04-04 13:21:27 +08:00 committed by GitHub
parent 555514f7dd
commit dfa8317706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: