Skip to content

Commit

Permalink
Bump some supported GHCs
Browse files Browse the repository at this point in the history
  • Loading branch information
a5ob7r committed Mar 13, 2024
1 parent a42766f commit e259e1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- ubuntu-latest
- macOS-latest
ghc:
- '9.8.1'
- '9.6.3'
- '9.4.7'
- '9.8.2'
- '9.6.4'
- '9.4.8'
- '9.2.8'
cabal:
- '3.10.1.0'
Expand Down
2 changes: 1 addition & 1 deletion haskellorls.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license: BSD-3-Clause
license-file: LICENSE
maintainer: [email protected]
author: a5ob7r
tested-with: GHC ==9.2.8 || ==9.4.7 || ==9.6.3 || ==9.8.1
tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.2
extra-source-files:
CHANGELOG.md
README.md
Expand Down

0 comments on commit e259e1a

Please sign in to comment.