Skip to content

Commit

Permalink
ci: add GHC-9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
TeofilC committed Dec 4, 2024
1 parent d5cd288 commit 270ee74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
strategy:
matrix:
ghc:
- "9.10.1"
- "9.8.2"
- "9.6.4"
- "9.4.8"
Expand All @@ -21,6 +22,9 @@ jobs:
os:
- ubuntu-latest
include:
- os: macos-latest
ghc: "9.10.1"
cabal: "3.12.1.0"
- os: macos-latest
ghc: "9.8.2"
cabal: "3.12.1.0"
Expand Down

0 comments on commit 270ee74

Please sign in to comment.