aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-06-06 12:59:49 -0700
committerJohn MacFarlane <[email protected]>2023-06-06 16:08:14 -0700
commit6182769307a5dc99cfd0e95fadd2a131d7cc8a02 (patch)
tree658cbbbb354f8cec408f2edb7d7d100831243c82 /.github/workflows
parent9d79c9fcb75d7703d89aeb58357bd511c3acdbd0 (diff)
Remove support for ghc 8.6, 8.8.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 07f3581fe..43dc1ddb0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -47,12 +47,6 @@ jobs:
fail-fast: true
matrix:
versions:
- - ghc: '8.6'
- cabal: 'latest'
- cabalopts: '-f-embed_data_files'
- - ghc: '8.8'
- cabal: 'latest'
- cabalopts: '-f-lua -f-server --enable-benchmarks'
- ghc: '8.10'
cabal: 'latest'
cabalopts: ''