mirror of
https://github.com/CodeMC/WorldGuardWrapper.git
synced 2025-01-18 04:02:38 +01:00
Build only on jdk 17
This commit is contained in:
parent
73d0cbfc29
commit
0970767015
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
build_and_test:
|
||||
strategy:
|
||||
matrix:
|
||||
jdkversion: [8, 11, 17]
|
||||
jdkversion: [17]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue
Block a user