Skip to content

Commit

Permalink
Bump CI to latest GHC major versions (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel authored Mar 16, 2024
1 parent face490 commit 7e7c90d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.0.2" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.2.8" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.4.8" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.6.3" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.6.3",
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.6.4" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.6.4",
flags: "-fUnsafeChecks -fInternalChecks" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.8.1" }
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.8.2" }
# Win
- { cabal: "3.10", os: windows-latest, ghc: "8.4.4" }
# OOM when building tests
Expand All @@ -47,8 +47,8 @@ jobs:
- { cabal: "3.10", os: macOS-latest, ghc: "9.0.2" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.2.8" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.4.8" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.6.3" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.8.1" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.6.4" }
- { cabal: "3.10", os: macOS-latest, ghc: "9.8.2" }
fail-fast: false

steps:
Expand Down
22 changes: 11 additions & 11 deletions vector-stream/vector-stream.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ Description:
as a backbone for vector package fusion functionality.

Tested-With:
GHC == 8.0.2,
GHC == 8.2.2,
GHC == 8.4.4,
GHC == 8.6.5,
GHC == 8.8.4,
GHC == 8.10.4,
GHC == 9.0.2,
GHC == 9.2.8,
GHC == 9.4.6,
GHC == 9.6.2
GHC == 9.8.1
GHC == 8.0.2
GHC == 8.2.2
GHC == 8.4.4
GHC == 8.6.5
GHC == 8.8.4
GHC == 8.10.7
GHC == 9.0.2
GHC == 9.2.8
GHC == 9.4.8
GHC == 9.6.4
GHC == 9.8.2

Cabal-Version: >=1.10
Build-Type: Simple
Expand Down
7 changes: 3 additions & 4 deletions vector/vector.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ Tested-With:
GHC == 8.10.7
GHC == 9.0.2
GHC == 9.2.8
GHC == 9.4.6
GHC == 9.6.2
GHC == 9.8.1

GHC == 9.4.8
GHC == 9.6.4
GHC == 9.8.2

Extra-doc-files:
changelog.md
Expand Down

0 comments on commit 7e7c90d

Please sign in to comment.