|
65 | 65 | "9.10.3", |
66 | 66 | "9.8.4", |
67 | 67 | "9.6.7", |
68 | | - "9.4.8", |
69 | | - "9.2.8", |
70 | | - "9.0.2", |
71 | | - "8.10.7", |
72 | | - "8.8.4", |
| 68 | + "9.4.8" |
73 | 69 | ] |
74 | | - exclude: |
75 | | - # ghc-pkg.exe starts silently failing for a few hours |
76 | | - - sys: |
77 | | - { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -e {0}" } |
78 | | - ghc: "9.2.8" |
79 | | - # Throws fatal "cabal-tests.exe: fd:8: hGetLine: end of file" exception |
80 | | - # even with --io-manager=native |
81 | | - - sys: |
82 | | - { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -e {0}" } |
83 | | - ghc: "9.0.2" |
84 | | - # corrupts GHA cache or the fabric of reality itself, see https://github.com/haskell/cabal/issues/8356 |
85 | | - - sys: |
86 | | - { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -e {0}" } |
87 | | - ghc: "8.10.7" |
88 | | - # lot of segfaults caused by ghc bugs |
89 | | - - sys: |
90 | | - { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -e {0}" } |
91 | | - ghc: "8.8.4" |
92 | | - # ghc before 8.10.5 doesn't run on AArch64 |
93 | | - # 9.0.2 suffers from https://gitlab.haskell.org/ghc/ghc/-/issues/20592 |
94 | | - # 8.10.7 throws asm errors in hashable's cbits suggesting the runner doesn't |
95 | | - # support a CPU extension for hardware SHA; may be fixable with flags |
96 | | - - sys: |
97 | | - { os: macos-latest, shell: bash } |
98 | | - ghc: "9.0.2" |
99 | | - - sys: |
100 | | - { os: macos-latest, shell: bash } |
101 | | - ghc: "8.10.7" |
102 | | - - sys: |
103 | | - { os: macos-latest, shell: bash } |
104 | | - ghc: "8.8.4" |
105 | 70 | defaults: |
106 | 71 | run: |
107 | 72 | shell: ${{ matrix.sys.shell }} |
@@ -271,7 +236,7 @@ jobs: |
271 | 236 | strategy: |
272 | 237 | matrix: |
273 | 238 | extra-ghc: |
274 | | - ["8.6.5", "8.4.4", "8.2.2", "8.0.2"] |
| 239 | + ["9.2.8", "9.0.2", "8.10.7", "8.8.4", "8.6.5", "8.4.4", "8.2.2", "8.0.2"] |
275 | 240 | ## GHC 7.10.3 does not install on ubuntu-latest with ghcup. |
276 | 241 | ## Older GHCs are not supported by ghcup in the first place. |
277 | 242 | fail-fast: false |
|
0 commit comments