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 1468d13 commit c6bde6aCopy full SHA for c6bde6a
.github/workflows/haskell.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- ghc: ['9.0.1', '8.10.7', '8.8.4', '8.6.5']
+ ghc: ['9.2.1', '9.0.1', '8.10.7', '8.8.4', '8.6.5']
13
os: [ubuntu-latest, macOS-latest, windows-latest]
14
15
steps:
0 commit comments