summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-03-14 08:35:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-03-14 08:35:38 -0700
commit9b5e6a8944bd9339f98b991bd487bf7f2becfa7c (patch)
tree79bc93e2efa52cdf397f0926749b9d57787c4175 /.github/workflows
parent307a4e25b2a03e6704fcda9ac91289911764b5d1 (diff)
Skip ghc 9.2.2 tests for now...
the are failing with exit 1 in linker phase (out of memory?).
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0213f40c2..85ccf70a9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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