From 5f20e4c583d4b0843d1a839933deb568c3bdbae3 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 20 Jul 2020 23:57:26 +0200 Subject: [PATCH] Bump versions in CI --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dcbc1b1..5495d6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -113,7 +113,7 @@ test:linux:latest: test:mac:recommended: extends: .test_ghcup_version:darwin variables: - GHC_VERSION: "8.8.3" + GHC_VERSION: "8.8.4" CABAL_VERSION: "3.2.0.0" test:mac:latest: @@ -129,7 +129,7 @@ test:mac:latest: test:freebsd:recommended: extends: .test_ghcup_version:freebsd variables: - GHC_VERSION: "8.8.3" + GHC_VERSION: "8.8.4" CABAL_VERSION: "3.2.0.0" test:freebsd:latest: @@ -162,7 +162,7 @@ release:linux:32bit: - ./.gitlab/before_script/linux/alpine/install_deps.sh variables: ARTIFACT: "i386-linux-ghcup" - GHC_VERSION: "8.6.5" + GHC_VERSION: "8.8.4" CABAL_VERSION: "3.2.0.0"