diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2d94e2e08..3846b7e6c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -216,7 +216,7 @@ jobs: Build-Cabal: strategy: matrix: - ghc: ['9.2.4'] + ghc: ['9.0.2', '9.2.4'] fail-fast: false name: Build Linux (Cabal, GHC ${{ matrix.ghc }}) runs-on: ubuntu-latest