Skip to content

Commit

Permalink
Test GHC 9.8 and 9.10 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Aug 22, 2024
1 parent cff8882 commit 2d6a0ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.cabal linguist-generated=true
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- "8.10.7"
- "9.0.2"
- "9.2.4"
include:
- os: ubuntu-latest
ghc: "9.8"
- os: ubuntu-latest
ghc: "9.10"
exclude:
- os: macOS-latest
ghc: 8.8.4
Expand Down

0 comments on commit 2d6a0ff

Please sign in to comment.