Skip to content

Commit

Permalink
Support GHC 9.10.1 and drop 8.8.4 (#68)
Browse files Browse the repository at this point in the history
* Support GHC 9.10.1 and drop 8.8.4

* use macos-13 in CI
  • Loading branch information
Kleidukos committed May 13, 2024
1 parent 709beb4 commit 98d14b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
cabal-file: text-display.cabal
ubuntu-version: "latest"
macos: true
macos: "macos-13"
version: 0.1.7.0
tests:
name: ${{ matrix.ghc }} on ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion text-display.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maintainer: Hécate Moonlight
license: MIT
build-type: Simple
tested-with:
GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.4 || ==9.8.2
GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.2 || ==9.10.1

extra-source-files:
LICENSE
Expand Down

0 comments on commit 98d14b8

Please sign in to comment.