Add GHC 9.4 to CI (#186)

This commit is contained in:
Aditya Manthramurthy 2023-05-01 13:08:14 -07:00 committed by GitHub
parent 6d3925d597
commit 7ae8a8179d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 17 deletions

View File

@ -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

View File

@ -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