Skip to content
Snippets Groups Projects
Verified Commit 6342e8ed authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Use 8.10.2 in gitlab CI

parent bbd8f0c8
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ test:linux:recommended: ...@@ -113,7 +113,7 @@ test:linux:recommended:
test:linux:latest: test:linux:latest:
extends: .test_ghcup_version:linux extends: .test_ghcup_version:linux
variables: variables:
GHC_VERSION: "8.10.1" GHC_VERSION: "8.10.2"
CABAL_VERSION: "3.2.0.0" CABAL_VERSION: "3.2.0.0"
allow_failure: true allow_failure: true
...@@ -136,7 +136,7 @@ test:mac:recommended: ...@@ -136,7 +136,7 @@ test:mac:recommended:
test:mac:latest: test:mac:latest:
extends: .test_ghcup_version:darwin extends: .test_ghcup_version:darwin
variables: variables:
GHC_VERSION: "8.10.1" GHC_VERSION: "8.10.2"
CABAL_VERSION: "3.2.0.0" CABAL_VERSION: "3.2.0.0"
allow_failure: true allow_failure: true
...@@ -152,7 +152,7 @@ test:freebsd:recommended: ...@@ -152,7 +152,7 @@ test:freebsd:recommended:
test:freebsd:latest: test:freebsd:latest:
extends: .test_ghcup_version:freebsd extends: .test_ghcup_version:freebsd
variables: variables:
GHC_VERSION: "8.10.1" GHC_VERSION: "8.10.2"
CABAL_VERSION: "3.2.0.0" CABAL_VERSION: "3.2.0.0"
allow_failure: true allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment