Skip to content

Commit 4742376

Browse files
Update .github/workflows/haskell-ci.yml
Co-authored-by: Neil Mayhew <[email protected]>
1 parent 4efd0c4 commit 4742376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
ghc-version: [latest, 9.12, "9.10", 9.8, 9.6]
27+
ghc-version: ["9.12", "9.10", "9.8", "9.6"]
2828
fail-fast: false
2929

3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)