We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55a715 commit bf7f370Copy full SHA for bf7f370
1 file changed
.github/workflows/haskell.yml
@@ -25,7 +25,7 @@ jobs:
25
fail-fast: false
26
matrix:
27
os: [ubuntu-latest, macos-latest, windows-latest]
28
- ghc-version: ['9.14', '9.12', '9.10', '9.8', '9.6', '9.4', '9.2']
+ ghc-version: ['9.12', '9.10', '9.8', '9.6', '9.4', '9.2']
29
30
steps:
31
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments