diff options
author | modmuss50 <modmuss50@gmail.com> | 2021-11-16 19:30:30 +0000 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2021-11-16 19:52:21 +0000 |
commit | 57e84b576d24f1b80e1701d4759773234b1ee8ba (patch) | |
tree | ce9ff2c1d75db60750203a519d69ea257040a9eb /.github | |
parent | 466c1a804a8a239e477aeaa851bf983cd5a4c1d7 (diff) |
1.18-pre2
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 3 |
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] |