Skip to content

Commit

Permalink
CI: Add ghc-9.10 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd authored and moodmosaic committed May 20, 2024
1 parent 3b6d5cd commit 0040de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
cabal: ["3.10.1.0"]
ghc: ["8.0.2", "8.2.2", "8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.2.7", "9.4.4", "9.8.1"]
ghc: ["8.0.2", "8.2.2", "8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.2.7", "9.4.4", "9.8.2", "9.10.1"]
exclude:
# https://github.com/haskell/text/pull/404
- os: windows-latest
Expand Down

0 comments on commit 0040de7

Please sign in to comment.