diff options
| author | John MacFarlane <[email protected]> | 2023-03-16 08:49:07 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-16 08:49:28 -0700 |
| commit | 84262f2d0649c1be7f156d7b29c7a2aeb47d263d (patch) | |
| tree | 0b707a32e99e06f808ca0d9f449ca8510afd1d09 /.github/workflows | |
| parent | 3c1fe09b1fe18adafd8a5dd9f56a7d522c6c9b81 (diff) | |
CI: use latest point release for each ghc version.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 15 |
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 |
