aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar modmuss50 <[email protected]>2021-11-16 19:30:30 +0000
committerLibravatar modmuss50 <[email protected]>2021-11-16 19:52:21 +0000
commit57e84b576d24f1b80e1701d4759773234b1ee8ba (patch)
treece9ff2c1d75db60750203a519d69ea257040a9eb /.github/workflows
parentSmall cleanup (diff)
1.18-pre2
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0e44562..1fc365f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -12,8 +12,7 @@ jobs:
matrix:
# Use these Java versions
java: [
- 16, # Minimum supported by Minecraft
- 17, # Current Java LTS
+ 17, # Current Java LTS & minimum supported by Minecraft
]
# and run on both Linux and Windows
os: [ubuntu-20.04, windows-2022]