Skip to content

Commit

Permalink
CI: Add ghc-9.6.1 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed May 30, 2023
1 parent 655c1da commit 7acc89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.7", "9.2.7"]
ghc: ["8.10.7", "9.2.7", "9.6.1"]
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit 7acc89d

Please sign in to comment.