summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorArianna Masciolini <uzkamascio@gmail.com>2025-08-02 20:26:36 +0200
committerGitHub <noreply@github.com>2025-08-02 20:26:36 +0200
commit2324fe795c5eb0106c0f29940df43405104ce243 (patch)
treea0069f9dc355b80206171a9e46ff9f172936fb28 /.github
parentf1a72a066ffd34ec2b7f597bc314137908dfc64c (diff)
parent703b1e5d925a7e497f98f18b26bb16e7ca0f95b2 (diff)
Merge pull request #181 from GrammaticalFramework/pr-174bis (also close #174)
PR #174bis
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-all-versions.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-all-versions.yml b/.github/workflows/build-all-versions.yml
index 0f3222809..1b5ebe37d 100644
--- a/.github/workflows/build-all-versions.yml
+++ b/.github/workflows/build-all-versions.yml
@@ -70,6 +70,7 @@ jobs:
name: stack / ghc ${{ matrix.ghc }}
runs-on: ${{ matrix.ghc == '7.10.3' && 'ubuntu-20.04' || 'ubuntu-latest' }}
strategy:
+ fail-fast: false
matrix:
stack: ["latest"]
ghc: ["8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.6.6"]