Skip to content

Commit b4defce

Browse files
committed
Update supported GHC versions
1 parent 7f65832 commit b4defce

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ghc: ["9.0.1", "8.10.7", "8.8.4", "8.6.5"]
21-
os: [ubuntu-latest]
20+
ghc: ["9.4.2", "9.2.4", "9.0.2", "8.10.7", "8.8.4", "8.6.5"]
21+
os: [ubuntu-latest, macOS-latest, windows-latest]
22+
exclude:
23+
- ghc: "9.4.2"
24+
os: windows-latest
2225

2326
steps:
2427
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)