Skip to content

Commit 9000873

Browse files
mpickeringMikolaj
authored andcommitted
Add 8.4.4, 8.2.2 and 8.0.2 to old-ghcs validation
We were missing coverage from running tests with these ghc versions.
1 parent b205400 commit 9000873

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
strategy:
6868
matrix:
6969
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
70+
# If you remove something from here.. then add it to the old-ghcs job.
7071
ghc: ["9.8.1", "9.6.3", "9.4.8", "9.2.8", "9.0.2", "8.10.7", "8.8.4", "8.6.5"]
7172
exclude:
7273
# corrupts GHA cache or the fabric of reality itself, see https://github.com/haskell/cabal/issues/8356
@@ -236,7 +237,7 @@ jobs:
236237
# they are not available in ppa/hvr. The ghcup installation
237238
# needs `sudo` which is not available in the xenial container
238239
ghc: ["8.8.4"]
239-
extra-ghc: ["7.10.3", "7.8.4", "7.6.3", "7.4.2", "7.2.2", "7.0.4"]
240+
extra-ghc: ["8.4.4", "8.2.2", "8.0.2", "7.10.3", "7.8.4", "7.6.3", "7.4.2", "7.2.2", "7.0.4"]
240241

241242
steps:
242243

0 commit comments

Comments
 (0)