Skip to content

Commit e80c910

Browse files
authored
Extend back to 8.4.4 support.
1 parent 7c4d279 commit e80c910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [macos-latest, ubuntu-latest]
1616
cabal: ["3.8"]
17-
ghc: ["8.10.7", "9.0.2", "9.2.6", "9.4.4"]
17+
ghc: ["8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.2.6", "9.4.4"]
1818

1919
runs-on: ${{ matrix.os }}
2020

0 commit comments

Comments
 (0)