Skip to content

Commit 576d3f1

Browse files
committed
Add missing build matrix in test-windows-dogfood
1 parent 8c007d8 commit 576d3f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ jobs:
6868

6969
# TODO: store the exe from above as artifact and re-use it here instead of building anew
7070
test-windows-dogfood:
71+
strategy:
72+
matrix:
73+
ghc:
74+
- "8.6.5"
75+
- "8.10.4"
7176
name: test ghc-${{ matrix.ghc }} dogfood
7277
runs-on: windows-latest
7378
steps:

0 commit comments

Comments
 (0)