Exclude GHC 9.4.4 on windows

This commit is contained in:
Tom McLaughlin 2023-03-15 23:54:11 -07:00
parent 6a28dcc7d9
commit b713005a7a

View File

@ -15,15 +15,17 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
ghc:
- "8.6.5"
- "8.8.4"
- "8.10.7"
- "9.0.2"
- "9.2.7"
- "9.4.4"
# exclude:
# - os: macOS-latest
# ghc: 8.8.3
- "8.6.5"
- "8.8.4"
- "8.10.7"
- "9.0.2"
- "9.2.7"
- "9.4.4"
exclude:
# ghc-9.4.4.exe: C:\sr\ghc-9.4.4\hashable-1.4.2.0-caea75de59bac447a2475c023cb3e922a3a24348\lib\libHShashable-1.4.2.0-caea75de59bac447a2475c023cb3e922a3a24348.a(#7:LowLevel.o): Not a x86_64 PE+ file.
# ghc-9.4.4.exe: Unknown COFF 4 type in getHeaderInfo.
- os: windows-latest
ghc: 9.4.4
steps:
- uses: actions/checkout@v2
@ -65,12 +67,12 @@ jobs:
fail-fast: false
matrix:
ghc:
- "8.6.5"
- "8.8.4"
- "8.10.7"
- "9.0.2"
- "9.2.7"
- "9.4.4"
- "8.6.5"
- "8.8.4"
- "8.10.7"
- "9.0.2"
- "9.2.7"
- "9.4.4"
steps:
- uses: actions/checkout@v2