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: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest] # Removed macos-latest due to cert issues. os: [ubuntu-latest, windows-latest] # Removed macos-latest due to cert issues.
cabal: ["3.6", "3.8"] cabal: ["3.6", "3.8", "latest"]
ghc: ghc:
- "9.2.4" - "9.4"
- "9.0.2" - "9.2"
- "8.10.7" - "9.0"
- "8.8.4" - "8.10"
- "8.6.5" - "8.8"
# exclude: - "8.6"
# - os: macOS-latest exclude:
# ghc: 8.8.4 - os: windows-latest
# - os: macOS-latest ghc: "9.4"
# ghc: 8.6.5 cabal: "3.6"
# - os: windows-latest
# ghc: 8.10.7
# - os: windows-latest
# ghc: 8.6.5
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -157,7 +153,7 @@ jobs:
os: [ubuntu-latest] os: [ubuntu-latest]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master' if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
- uses: haskell/actions/setup@v2 - uses: haskell/actions/setup@v2

View File

@ -26,7 +26,8 @@ tested-with: GHC == 8.6.5
, GHC == 8.8.4 , GHC == 8.8.4
, GHC == 8.10.7 , GHC == 8.10.7
, GHC == 9.0.2 , GHC == 9.0.2
, GHC == 9.2.4 , GHC == 9.2.7
, GHC == 9.4.5
source-repository head source-repository head
type: git type: git