summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml15
1 files changed, 6 insertions, 9 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 41912a625..4fe0951ce 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -46,27 +46,24 @@ jobs:
fail-fast: true
matrix:
versions:
- - ghc: '8.6.5'
+ - ghc: '8.6'
cabal: 'latest'
cabalopts: '-f-embed_data_files'
- - ghc: '8.8.4'
+ - ghc: '8.8'
cabal: 'latest'
cabalopts: '-f-lua -f-server --enable-benchmarks'
- - ghc: '8.10.7'
+ - ghc: '8.10'
cabal: 'latest'
cabalopts: ''
- - ghc: '9.0.2'
+ - ghc: '9.0'
cabal: 'latest'
cabalopts: ''
- - ghc: '9.2.5'
+ - ghc: '9.2'
cabal: 'latest'
cabalopts: ''
- - ghc: '9.4.4'
+ - ghc: '9.4'
cabal: 'latest'
cabalopts: ''
- - ghc: '9.4.4'
- cabal: 'latest'
- cabalopts: '--allow-newer --constrain "mtl >= 2.3.1"'
steps:
- uses: actions/checkout@v3