Update build.yml

This commit is contained in:
DGun Otto 2024-06-11 21:53:21 +08:00 committed by GitHub
parent 2080e227ef
commit 280e441227
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ jobs:
path: outs/
runtime-test:
name: Plugin Runtime Test
needs: [ Build ]
needs: [ build ]
runs-on: ubuntu-latest
strategy:
matrix:
@ -52,6 +52,8 @@ jobs:
javaVersion: '17'
- mcVersion: '1.20.4'
javaVersion: '21'
- mcVersion: '1.20.6'
javaVersion: '21'
steps:
- uses: HaHaWTH/minecraft-plugin-runtime-test@paper
with: