From 8f64e4f71029c4b57b886e52d5f22a177e36d3bf Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 5 Feb 2021 12:54:45 +0100 Subject: [PATCH] Update latest in CI --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77bd1d6..19f8a1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -136,12 +136,12 @@ test:linux:recommended: extends: .test_ghcup_version:linux variables: GHC_VERSION: "8.10.3" - CABAL_VERSION: "3.4.0.0-rc4" + CABAL_VERSION: "3.2.0.0" test:linux:latest: extends: .test_ghcup_version:linux variables: - GHC_VERSION: "8.10.3" + GHC_VERSION: "9.0.1" CABAL_VERSION: "3.4.0.0-rc4" allow_failure: true @@ -159,12 +159,12 @@ test:mac:recommended: extends: .test_ghcup_version:darwin variables: GHC_VERSION: "8.10.3" - CABAL_VERSION: "3.4.0.0-rc4" + CABAL_VERSION: "3.2.0.0" test:mac:latest: extends: .test_ghcup_version:darwin variables: - GHC_VERSION: "8.10.3" + GHC_VERSION: "9.0.1" CABAL_VERSION: "3.4.0.0-rc4" allow_failure: true @@ -175,12 +175,12 @@ test:freebsd:recommended: extends: .test_ghcup_version:freebsd variables: GHC_VERSION: "8.10.3" - CABAL_VERSION: "3.4.0.0-rc4" + CABAL_VERSION: "3.2.0.0" test:freebsd:latest: extends: .test_ghcup_version:freebsd variables: - GHC_VERSION: "8.10.3" + GHC_VERSION: "9.0.1" CABAL_VERSION: "3.4.0.0-rc4" allow_failure: true