Skip to content

Commit

Permalink
Add GHC 9.4 to CI (minio#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
donatello authored May 1, 2023
1 parent 6d3925d commit 7ae8a81
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
28 changes: 12 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion minio-hs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ae8a81

Please sign in to comment.