Skip to content

Commit d06d2a6

Browse files
wip
1 parent d289236 commit d06d2a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
matrix:
2727
ghc-version: ["9.12", "9.10", "9.8", "9.6"]
2828
ref: ${{ github.ref }}
29-
include:
30-
- ghc-version: "9.12"
31-
ref: master
29+
include:
30+
- ghc-version: "9.12"
31+
ref: master
3232
fail-fast: false
3333

3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)