diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d6b881..9ac497a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,9 +43,9 @@ jobs: strategy: matrix: ghc_version: - - '9.2' - '9.4' - '9.6' + - '9.8' name: 'cabal_test: ghc-${{ matrix.ghc_version }}' runs-on: ubuntu-latest