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 7c4d279 commit e80c910Copy full SHA for e80c910
.github/workflows/haskell.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
os: [macos-latest, ubuntu-latest]
16
cabal: ["3.8"]
17
- ghc: ["8.10.7", "9.0.2", "9.2.6", "9.4.4"]
+ ghc: ["8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.2.6", "9.4.4"]
18
19
runs-on: ${{ matrix.os }}
20
0 commit comments