We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2067fe2 commit 836ee26Copy full SHA for 836ee26
1 file changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
# Use these Java versions
14
java: [
15
- 17, # Current Java LTS & minimum supported by Minecraft
+ 21, # Current Java LTS & minimum supported by Minecraft
16
]
17
# and run on both Linux and Windows
18
os: [ubuntu-latest, windows-latest]
0 commit comments