Skip to content

Commit

Permalink
Stop testing on 8.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChickenProp committed Aug 27, 2024
1 parent 4fc7d67 commit 220896e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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'

0 comments on commit 220896e

Please sign in to comment.