From 04960627e21405143c5bae2f3bfd55d566e391af Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 10 Nov 2023 12:07:15 +0200 Subject: [PATCH] Add more (i.e. recent) GHCs to the CI matrix --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 80c3da4..f37fc2b 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghc: [ '8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.1', '9.2.1' ] + ghc: [ '8.0.2', '8.2.2', '8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.8', '9.4.7', '9.6.3', '9.8.1' ] steps: - uses: actions/checkout@v4 - uses: haskell/actions/setup@v2