We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10afec commit ebd2425Copy full SHA for ebd2425
.github/workflows/haskell.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- ghc: ["8.10", "9.2", "9.4", "9.6", "9.10"]
+ ghc: ["8.10", "9.2", "9.4", "9.6", "9.8", "9.10"]
15
os: [ubuntu-latest, macos-latest, windows-latest]
16
17
env:
0 commit comments