diff options
| author | John MacFarlane <[email protected]> | 2023-06-06 12:59:49 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-06-06 16:08:14 -0700 |
| commit | 6182769307a5dc99cfd0e95fadd2a131d7cc8a02 (patch) | |
| tree | 658cbbbb354f8cec408f2edb7d7d100831243c82 | |
| parent | 9d79c9fcb75d7703d89aeb58357bd511c3acdbd0 (diff) | |
Remove support for ghc 8.6, 8.8.
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
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: '' |
