From 84262f2d0649c1be7f156d7b29c7a2aeb47d263d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 16 Mar 2023 08:49:07 -0700 Subject: CI: use latest point release for each ghc version. --- .github/workflows/ci.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3