Skip to content

Commit

Permalink
Fix test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jul 26, 2021
1 parent 1be5aba commit d7ec8d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
]
exclude:
- java: 11
loom: fabric0_8
loom: "fabric-loom:0.8-SNAPSHOT"
- java: 11
loom: fabric0_9
loom: "fabric-loom:0.9-SNAPSHOT"
- java: 11
loom: arch0_8_0
loom: "dev.architectury.loom:0.8.0-SNAPSHOT"
- java: 11
loom: arch0_9_0
loom: "dev.architectury.loom:0.9.0-SNAPSHOT"
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit d7ec8d0

Please sign in to comment.