We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cfa94 commit b6785cbCopy full SHA for b6785cb
.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-20.04, windows-2022]
0 commit comments