summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndreas Källberg <anka.213@gmail.com>2022-03-05 12:13:45 +0800
committerAndreas Källberg <anka.213@gmail.com>2022-03-05 12:25:46 +0800
commit308f4773dc8f939ca66977382047f734752d1ed3 (patch)
tree8fd1eac78352eccb080d5ee2fbb4e154135d9897 /.github/workflows
parent05fc093b5e067ea7250398647fd074acb79e4f08 (diff)
Upgrade to ghc-8.10.7
This version has better support for m1 macbooks
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-all-versions.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-all-versions.yml b/.github/workflows/build-all-versions.yml
index 3472fa92b..445493065 100644
--- a/.github/workflows/build-all-versions.yml
+++ b/.github/workflows/build-all-versions.yml
@@ -18,7 +18,7 @@ jobs:
ghc:
- "8.6.5"
- "8.8.3"
- - "8.10.1"
+ - "8.10.7"
exclude:
- os: macos-latest
ghc: 8.8.3
@@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
stack: ["latest"]
- ghc: ["7.10.3","8.0.2", "8.2.2", "8.4.4", "8.6.5", "8.8.4"]
+ ghc: ["7.10.3","8.0.2", "8.2.2", "8.4.4", "8.6.5", "8.8.4", "8.10.7"]
# ghc: ["8.8.3"]
steps: