Skip to content

Commit 9a563ed

Browse files
authored
Merge pull request #87 from haskell-works/newhoggy/update-supported-ghc-versions
Update supported GHC versions
2 parents c6cad17 + 520221a commit 9a563ed

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.2.2", "9.0.2", "8.10.7", "8.8.4", "8.6.5"]
21-
os: [ubuntu-latest, windows-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)