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 602b4ee commit ec6c5a6Copy full SHA for ec6c5a6
.github/workflows/haskell.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- ghc: ['9.8', '9.6', '9.4']
+ ghc: ['9.12', '9.10', '9.8', '9.6']
19
os: [ubuntu-latest, macOS-latest, windows-latest]
20
steps:
21
- uses: actions/checkout@v4
0 commit comments