Skip ghc 9.2.2 tests for now...

the are failing with exit 1 in linker phase (out of memory?).
This commit is contained in:
John MacFarlane 2022-03-14 08:35:38 -07:00
parent 307a4e25b2
commit 9b5e6a8944

View file

@ -63,11 +63,11 @@ jobs:
prefix: ''
cabalopts: ''
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
- ghc: '9.2.2'
cabal: '3.6'
prefix: ''
cabalopts: ''
testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
# - ghc: '9.2.2'
# cabal: '3.6'
# prefix: ''
# cabalopts: ''
# testopts: '--test-option=--hide-successes --test-option=--ansi-tricks=false'
steps:
- uses: actions/checkout@v2