Workflowester

I forgot windows doesn't provide java toolchains for lower versions. For now CI will only run on Java 17.
This commit is contained in:
Kneelawk 2024-04-26 23:54:38 -07:00 committed by Jozufozu
parent e6d1b4702c
commit aa9740e71e

View file

@ -7,8 +7,7 @@ jobs:
strategy: strategy:
matrix: matrix:
java: [ java: [
17, # Current Java LTS & minimum supported by Minecraft 17 # Current Java LTS & minimum supported by Minecraft
21
] ]
os: [ ubuntu-20.04, windows-2022 ] os: [ ubuntu-20.04, windows-2022 ]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}