Update build.yml
This commit is contained in:
parent
2080e227ef
commit
280e441227
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user