diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d15054..7123871 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,10 +16,7 @@ jobs: strategy: matrix: # Use these Java versions - java: [ - 17, # Current Java LTS & minimum supported by Minecraft - 21, # Current Java LTS - ] + java: [17, 21] # and run on both Linux and Windows os: [ubuntu-22.04, windows-2022] runs-on: ${{ matrix.os }}