Skip to content

Commit ba07fea

Browse files
committed
Update supported GHC versions
1 parent bb576ed commit ba07fea

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 4 additions & 1 deletion
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"]
20+
ghc: ["9.4.2", "9.2.4", "9.0.2", "8.10.7", "8.8.4", "8.6.5"]
2121
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

hw-balancedparens.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ maintainer: [email protected]
1212
copyright: 2016-2021 John Ky
1313
license: BSD-3-Clause
1414
license-file: LICENSE
15-
tested-with: GHC == 9.2.2, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
15+
tested-with: GHC == 9.4.3, GHC == 9.2.4, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5
1616
build-type: Simple
1717
extra-source-files: README.md
1818

0 commit comments

Comments
 (0)