Skip to content

Commit 8034909

Browse files
committed
CI: remove unused key testopts from version matrix.
1 parent 28fa37e commit 8034909

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,32 +49,24 @@ jobs:
4949
- ghc: '8.6.5'
5050
cabal: 'latest'
5151
cabalopts: '-f-embed_data_files'
52-
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
5352
- ghc: '8.8.4'
5453
cabal: 'latest'
5554
cabalopts: '-f-lua -f-server --enable-benchmarks'
56-
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
5755
- ghc: '8.10.7'
5856
cabal: 'latest'
5957
cabalopts: ''
60-
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
6158
- ghc: '9.0.2'
6259
cabal: 'latest'
6360
cabalopts: ''
64-
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
6561
- ghc: '9.2.5'
6662
cabal: 'latest'
6763
cabalopts: ''
68-
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
6964
- ghc: '9.4.4'
7065
cabal: 'latest'
7166
cabalopts: ''
72-
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
73-
7467
- ghc: '9.4.4'
7568
cabal: 'latest'
7669
cabalopts: '--allow-newer --constrain "mtl >= 2.3.1"'
77-
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
7870
steps:
7971
- uses: actions/checkout@v3
8072

0 commit comments

Comments
 (0)