Skip to content

Commit d289236

Browse files
oops
1 parent 1575faa commit d289236

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
@@ -20,15 +20,15 @@ concurrency:
2020

2121
jobs:
2222
linux:
23-
name: Haskell-CI - Linux - ${{ matrix.ghc-version }}
23+
name: Haskell-CI - ${{ matrix.ghc-version }} - ${{ matrix.ref }}
2424

2525
strategy:
2626
matrix:
2727
ghc-version: ["9.12", "9.10", "9.8", "9.6"]
2828
ref: ${{ github.ref }}
2929
include:
30-
ghc-version: "9.12"
31-
ref: master
30+
- ghc-version: "9.12"
31+
ref: master
3232
fail-fast: false
3333

3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)