Add GHC 9.4 to CI (#186)
This commit is contained in:
parent
6d3925d597
commit
7ae8a8179d
28
.github/workflows/ci.yml
vendored
28
.github/workflows/ci.yml
vendored
@ -50,22 +50,18 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest] # Removed macos-latest due to cert issues.
|
||||
cabal: ["3.6", "3.8"]
|
||||
cabal: ["3.6", "3.8", "latest"]
|
||||
ghc:
|
||||
- "9.2.4"
|
||||
- "9.0.2"
|
||||
- "8.10.7"
|
||||
- "8.8.4"
|
||||
- "8.6.5"
|
||||
# exclude:
|
||||
# - os: macOS-latest
|
||||
# ghc: 8.8.4
|
||||
# - os: macOS-latest
|
||||
# ghc: 8.6.5
|
||||
# - os: windows-latest
|
||||
# ghc: 8.10.7
|
||||
# - os: windows-latest
|
||||
# ghc: 8.6.5
|
||||
- "9.4"
|
||||
- "9.2"
|
||||
- "9.0"
|
||||
- "8.10"
|
||||
- "8.8"
|
||||
- "8.6"
|
||||
exclude:
|
||||
- os: windows-latest
|
||||
ghc: "9.4"
|
||||
cabal: "3.6"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -157,7 +153,7 @@ jobs:
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
|
||||
|
||||
- uses: haskell/actions/setup@v2
|
||||
|
||||
@ -26,7 +26,8 @@ tested-with: GHC == 8.6.5
|
||||
, GHC == 8.8.4
|
||||
, GHC == 8.10.7
|
||||
, GHC == 9.0.2
|
||||
, GHC == 9.2.4
|
||||
, GHC == 9.2.7
|
||||
, GHC == 9.4.5
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
||||
Loading…
Reference in New Issue
Block a user