Skip to content

Commit

Permalink
Drop GHC 8.10 from CI (#950)
Browse files Browse the repository at this point in the history
* Drop GHC 8.10 from CI

Signed-off-by: Mihai Maruseac <[email protected]>

* Update changelog too

Signed-off-by: Mihai Maruseac <[email protected]>

---------

Signed-off-by: Mihai Maruseac <[email protected]>
  • Loading branch information
mihaimaruseac authored Sep 7, 2024
1 parent c2a0dd5 commit 29bd138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit-cabal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# `haskell-actions/setup`.
# See https://github.com/haskell-actions/setup/issues/77.
os: [ubuntu-latest, macos-13, windows-latest]
ghc: [8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.4, 9.8.1, 9.10.1]
ghc: [9.0.2, 9.2.8, 9.4.8, 9.6.4, 9.8.1, 9.10.1]
defaults:
run:
# The default shell on Windows is `pwsh`. However, it doesn't expand
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

### Removed

- Support for GHC 8.10 ([#950])

## [6.1.0] - 2023-05-17

### Added
Expand Down

0 comments on commit 29bd138

Please sign in to comment.