Updated the workflow for 1.18 and Java 17
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -12,9 +12,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
# Use these Java versions
|
# Use these Java versions
|
||||||
java: [
|
java: [
|
||||||
1.16, # Minimum supported by Minecraft
|
1.18, # Minimum supported by Minecraft
|
||||||
16, # Current Java LTS
|
17, # Current Java LTS
|
||||||
16 # Latest version
|
17 # Latest version
|
||||||
]
|
]
|
||||||
# and run on both Linux and Windows
|
# and run on both Linux and Windows
|
||||||
os: [ubuntu-20.04, windows-latest]
|
os: [ubuntu-20.04, windows-latest]
|
||||||
|
|||||||
Reference in New Issue
Block a user