summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndreas Källberg <anka.213@gmail.com>2020-11-29 21:36:11 +0100
committerAndreas Källberg <anka.213@gmail.com>2021-07-12 15:53:49 +0800
commitc2ffa6763bb36956f9b353c2d2cd6711ab0796f5 (patch)
tree9c6e7c0d72fecdc4a266ed7cd456eee8fddc2171 /.github/workflows
parentb3881570c78cfc4596b64b9ef03463f6b74f1b19 (diff)
Github actions: Fix build for stack
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 fca637189..f4ba6a2f1 100644
--- a/.github/workflows/build-all-versions.yml
+++ b/.github/workflows/build-all-versions.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
- cabal: ["3.2"]
+ cabal: ["latest"]
ghc:
- "8.6.5"
- "8.8.3"
@@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- stack: ["2.3.3"]
+ stack: ["latest"]
ghc: ["7.10.3","8.0.2", "8.2.2", "8.4.4", "8.6.5", "8.8.4"]
# ghc: ["8.8.3"]