diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 068d9e8..bb26d46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.2', '9.4.2'] + ghc: ['8.4.4', '8.6.5', '8.8.4', '8.10.7', '9.0.2', '9.2.2', '9.4.2', '9.6.3', '9.8.1'] name: Haskell GHC ${{ matrix.ghc }} cabal env: cabal_project_freeze: cabal.project.${{ matrix.ghc }}.freeze