Skip to content

Commit

Permalink
Test with GHC 9.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastro committed Sep 22, 2023
1 parent afd767f commit 1af3be8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
- "8.10.7"
- "9.0.2"
- "9.2.8"
- "9.4.7"
exclude:
- os: macOS-latest
ghc: "8.10.7"
Expand All @@ -107,6 +108,10 @@ jobs:
ghc: "9.0.2"
- os: windows-latest
ghc: "9.0.2"
- os: macOS-latest
ghc: "9.2.8"
- os: windows-latest
ghc: "9.2.8"

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ tested-with:
- GHC == 8.10.7
- GHC == 9.0.2
- GHC == 9.2.8
- GHC == 9.4.7

library:
source-dirs: src
Expand Down
1 change: 1 addition & 0 deletions tztime.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ tested-with:
GHC == 8.10.7
, GHC == 9.0.2
, GHC == 9.2.8
, GHC == 9.4.7
extra-source-files:
README.md

Expand Down

0 comments on commit 1af3be8

Please sign in to comment.