Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d5199ad

Browse files
committedAug 3, 2023
Wait
1 parent ddae601 commit d5199ad

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
 

‎.github/workflows/haskell-ci.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -26,55 +26,55 @@ jobs:
2626
60
2727
container:
2828
image: buildpack-deps:jammy
29-
continue-on-error: true # ${{ matrix.allowfailure }}
29+
continue-on-error: ${{ matrix.allow-failure }}
3030
strategy:
3131
matrix:
3232
include:
3333
- compiler: ghc-9.4.5
3434
compilerKind: ghc
3535
compilerVersion: 9.4.5
3636
setup-method: ghcup
37-
allowfailure: false
37+
allow-failure: false
3838
- compiler: ghc-9.2.7
3939
compilerKind: ghc
4040
compilerVersion: 9.2.7
4141
setup-method: ghcup
42-
allowfailure: false
42+
allow-failure: false
4343
- compiler: ghc-9.0.2
4444
compilerKind: ghc
4545
compilerVersion: 9.0.2
4646
setup-method: ghcup
47-
allowfailure: false
47+
allow-failure: false
4848
- compiler: ghc-8.10.7
4949
compilerKind: ghc
5050
compilerVersion: 8.10.7
5151
setup-method: ghcup
52-
allowfailure: false
52+
allow-failure: false
5353
- compiler: ghc-8.8.4
5454
compilerKind: ghc
5555
compilerVersion: 8.8.4
5656
setup-method: ghcup
57-
allowfailure: false
57+
allow-failure: false
5858
- compiler: ghc-8.6.5
5959
compilerKind: ghc
6060
compilerVersion: 8.6.5
6161
setup-method: ghcup
62-
allowfailure: false
62+
allow-failure: false
6363
- compiler: ghc-8.4.4
6464
compilerKind: ghc
6565
compilerVersion: 8.4.4
6666
setup-method: ghcup
67-
allowfailure: false
67+
allow-failure: false
6868
- compiler: ghc-8.2.2
6969
compilerKind: ghc
7070
compilerVersion: 8.2.2
7171
setup-method: ghcup
72-
allowfailure: false
72+
allow-failure: false
7373
- compiler: ghc-head
7474
compilerKind: ghc
7575
compilerVersion: latest-nightly
7676
setup-method: ghcup
77-
allowfailure: true
77+
allow-failure: true
7878
fail-fast: false
7979
steps:
8080
- name: apt

0 commit comments

Comments
 (0)
Please sign in to comment.