Skip to content

Commit

Permalink
Workflowester
Browse files Browse the repository at this point in the history
I forgot windows doesn't provide java toolchains for lower versions. For now CI will only run on Java 17.
  • Loading branch information
Kneelawk committed Apr 27, 2024
1 parent 6cd2a4e commit b2c4c0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
strategy:
matrix:
java: [
17, # Current Java LTS & minimum supported by Minecraft
21
17 # Current Java LTS & minimum supported by Minecraft
]
os: [ ubuntu-20.04, windows-2022 ]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b2c4c0e

Please sign in to comment.