Skip to content

Commit

Permalink
Merge pull request #428 from IntersectMBO/jordan/drop-9.2.7-in-ci
Browse files Browse the repository at this point in the history
Drop GHC 9.2.7 in CI
  • Loading branch information
Jimbo4350 authored Jan 16, 2024
2 parents d87711e + 45f91cf commit f4a380c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.7", "9.2.7", "9.6.2"]
ghc: ["8.10.7", "9.6.2"]
cabal: ["3.10.1.0"]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- ghc: "9.2.7"
os: macos-latest

env:
# Modify this value to "invalidate" the cabal cache.
Expand Down

0 comments on commit f4a380c

Please sign in to comment.