diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26e48db..be014bd 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,9 +12,9 @@ jobs: matrix: # Use these Java versions java: [ - 1.16, # Minimum supported by Minecraft - 16, # Current Java LTS - 16 # Latest version + 1.18, # Minimum supported by Minecraft + 17, # Current Java LTS + 17 # Latest version ] # and run on both Linux and Windows os: [ubuntu-20.04, windows-latest]