Update latest in CI

This commit is contained in:
Julian Ospald 2021-02-05 12:54:45 +01:00
parent e5a60d1b9a
commit 8f64e4f710
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28

View File

@ -136,12 +136,12 @@ test:linux:recommended:
extends: .test_ghcup_version:linux extends: .test_ghcup_version:linux
variables: variables:
GHC_VERSION: "8.10.3" GHC_VERSION: "8.10.3"
CABAL_VERSION: "3.4.0.0-rc4" CABAL_VERSION: "3.2.0.0"
test:linux:latest: test:linux:latest:
extends: .test_ghcup_version:linux extends: .test_ghcup_version:linux
variables: variables:
GHC_VERSION: "8.10.3" GHC_VERSION: "9.0.1"
CABAL_VERSION: "3.4.0.0-rc4" CABAL_VERSION: "3.4.0.0-rc4"
allow_failure: true allow_failure: true
@ -159,12 +159,12 @@ test:mac:recommended:
extends: .test_ghcup_version:darwin extends: .test_ghcup_version:darwin
variables: variables:
GHC_VERSION: "8.10.3" GHC_VERSION: "8.10.3"
CABAL_VERSION: "3.4.0.0-rc4" CABAL_VERSION: "3.2.0.0"
test:mac:latest: test:mac:latest:
extends: .test_ghcup_version:darwin extends: .test_ghcup_version:darwin
variables: variables:
GHC_VERSION: "8.10.3" GHC_VERSION: "9.0.1"
CABAL_VERSION: "3.4.0.0-rc4" CABAL_VERSION: "3.4.0.0-rc4"
allow_failure: true allow_failure: true
@ -175,12 +175,12 @@ test:freebsd:recommended:
extends: .test_ghcup_version:freebsd extends: .test_ghcup_version:freebsd
variables: variables:
GHC_VERSION: "8.10.3" GHC_VERSION: "8.10.3"
CABAL_VERSION: "3.4.0.0-rc4" CABAL_VERSION: "3.2.0.0"
test:freebsd:latest: test:freebsd:latest:
extends: .test_ghcup_version:freebsd extends: .test_ghcup_version:freebsd
variables: variables:
GHC_VERSION: "8.10.3" GHC_VERSION: "9.0.1"
CABAL_VERSION: "3.4.0.0-rc4" CABAL_VERSION: "3.4.0.0-rc4"
allow_failure: true allow_failure: true