Run Forge tests on 1.18.1 as well

This commit is contained in:
Juuz
2022-01-28 21:02:08 +02:00
parent 1abf60372b
commit f87fbaed60

View File

@@ -48,6 +48,8 @@ class ForgeTest extends Specification implements GradleProjectTestTrait {
where:
mcVersion | forgeVersion | mappings
'1.18.1' | "39.0.63" | "loom.officialMojangMappings()"
'1.18.1' | "39.0.63" | "\"net.fabricmc:yarn:1.18.1+build.22:v2\""
'1.17.1' | "37.0.67" | "loom.officialMojangMappings()"
'1.17.1' | "37.0.67" | "\"net.fabricmc:yarn:1.17.1+build.61:v2\""
'1.16.5' | "36.2.4" | "loom.officialMojangMappings()"