We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56db28 commit 864833eCopy full SHA for 864833e
.github/workflows/haskell.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- ghc: ["8.10.7", "9.2.7", "9.6.1"]
+ ghc: ["8.10.7", "9.2.7", "9.6.3", "9.8.1"]
29
os: [ubuntu-latest, macos-latest, windows-latest]
30
cabal: ["3.10.1.0"]
31
0 commit comments