We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e611d9 commit 33d7f65Copy full SHA for 33d7f65
.github/workflows/validate.yml
@@ -38,7 +38,7 @@ jobs:
38
strategy:
39
matrix:
40
os: ["ubuntu-20.04", "macos-latest", "windows-latest"]
41
- ghc: ["9.4.2", "9.2.3", "9.0.2", "8.10.7", "8.8.4", "8.6.5", "8.4.4"]
+ ghc: ["9.4.5", "9.2.8", "9.0.2", "8.10.7", "8.8.4", "8.6.5", "8.4.4"]
42
exclude:
43
# corrupts GHA cache or the fabric of reality itself, see https://github.com/haskell/cabal/issues/8356
44
- os: "windows-latest"
0 commit comments