diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d5c433e1..b3f1374d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,11 +14,9 @@ jobs: matrix: os: [macos-latest, ubuntu-latest, windows-latest] cabal: ["3.10.1.0"] - ghc: ["8.0.2", "8.2.2", "8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.2.7", "9.4.4", "9.8.2", "9.10.1"] + ghc: ["8.2.2", "8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.2.7", "9.4.4", "9.8.2", "9.10.1"] exclude: # https://github.com/haskell/text/pull/404 - - os: windows-latest - ghc: "8.0.2" - os: windows-latest ghc: "8.2.2" @@ -53,4 +51,4 @@ jobs: - name: Build haddock run: | cabal haddock all - if: matrix.ghc != '8.0.2' && matrix.ghc != '8.2.2' && matrix.ghc != '8.4.4' + if: matrix.ghc != '8.2.2' && matrix.ghc != '8.4.4'