fixed github actions java version

This commit is contained in:
Jonas_Jones 2024-06-21 23:45:55 +02:00
parent 261aa55568
commit 9f3750b52d

View file

@ -12,7 +12,7 @@ jobs:
matrix:
# Use these Java versions
java: [
17, # Current Java LTS & minimum supported by Minecraft
21, # Current Java LTS
]
# and run on both Linux and Windows
os: [ubuntu-22.04, windows-2022]