mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-02-03 16:54:57 +01:00
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:
parent
e6d1b4702c
commit
aa9740e71e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue