diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 76ddd42..7f1aeee 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: matrix: # Use these Java versions java: [ - 16 # Minimum supported by Minecraft + 17 ] # and run on both Linux and Windows os: [ubuntu-20.04, windows-latest]