Skip to content

Commit

Permalink
workflow: Disable 1.2 testing since it needs Gradle 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel authored May 25, 2023
1 parent 465be68 commit 7d2857c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
"fabric-loom:0.12-SNAPSHOT", # Barely alive
"fabric-loom:1.0-SNAPSHOT", # Barely alive
"fabric-loom:1.1-SNAPSHOT", # Stable
"fabric-loom:1.2-SNAPSHOT", # Stable
#"fabric-loom:1.2-SNAPSHOT", # Stable

# Arch
"dev.architectury.loom:0.7.4-SNAPSHOT", # Barely alive
Expand All @@ -25,13 +25,13 @@ jobs:
"dev.architectury.loom:0.12.0-SNAPSHOT", # Barely alive
"dev.architectury.loom:1.0-SNAPSHOT", # Barely alive
"dev.architectury.loom:1.1-SNAPSHOT", # Stable
"dev.architectury.loom:1.2-SNAPSHOT", # Experimental
#"dev.architectury.loom:1.2-SNAPSHOT", # Experimental

# Quilt
"org.quiltmc.loom:0.12.+", # Barely alive
"org.quiltmc.loom:1.0.+", # Barely alive
"org.quiltmc.loom:1.1.+", # Barely alive
"org.quiltmc.loom:1.2.+", # Stable
#"org.quiltmc.loom:1.2.+", # Stable
]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7d2857c

Please sign in to comment.