Skip to content

Commit

Permalink
Merge pull request #257 from IntersectMBO/angerman/drop-9.2.8
Browse files Browse the repository at this point in the history
Drop GHC 9.2.8 from the GHA matrix
  • Loading branch information
paweljakubas authored Jun 12, 2024
2 parents ddfa349 + c3a4d74 commit b7732c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.7", "9.2.8", "9.6.5"]
ghc: ["8.10.7", "9.6.5"]
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]

Expand Down

0 comments on commit b7732c3

Please sign in to comment.