Skip to content

Commit

Permalink
Merge pull request #92 from haskell/bump-tested-with
Browse files Browse the repository at this point in the history
test with 9.2.5 and 9.4.3
  • Loading branch information
mixphix authored Dec 18, 2022
2 parents bb0f770 + 99820ae commit 5a98bc3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 41 deletions.
44 changes: 7 additions & 37 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.2.2
- compiler: ghc-9.4.3
compilerKind: ghc
compilerVersion: 9.2.2
compilerVersion: 9.4.3
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.2.5
compilerKind: ghc
compilerVersion: 9.2.5
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.0.2
Expand All @@ -48,46 +53,11 @@ jobs:
compilerVersion: 8.6.5
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-8.6.4
compilerKind: ghc
compilerVersion: 8.6.4
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-8.6.3
compilerKind: ghc
compilerVersion: 8.6.3
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-8.6.2
compilerKind: ghc
compilerVersion: 8.6.2
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-8.6.1
compilerKind: ghc
compilerVersion: 8.6.1
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-8.4.4
compilerKind: ghc
compilerVersion: 8.4.4
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-8.4.3
compilerKind: ghc
compilerVersion: 8.4.3
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-8.4.2
compilerKind: ghc
compilerVersion: 8.4.2
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-8.4.1
compilerKind: ghc
compilerVersion: 8.4.1
setup-method: hvr-ppa
allow-failure: false
- compiler: ghc-8.2.2
compilerKind: ghc
compilerVersion: 8.2.2
Expand Down
9 changes: 5 additions & 4 deletions deepseq.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ description:
details.

build-type: Simple
tested-with:
GHC==9.2.2,
tested-with:
GHC==9.4.3,
GHC==9.2.5,
GHC==9.0.2,
GHC==8.10.7,
GHC==8.6.5, GHC==8.6.4, GHC==8.6.3, GHC==8.6.2, GHC==8.6.1,
GHC==8.4.4, GHC==8.4.3, GHC==8.4.2, GHC==8.4.1,
GHC==8.6.5,
GHC==8.4.4,
GHC==8.2.2,
GHC==8.0.2

Expand Down

0 comments on commit 5a98bc3

Please sign in to comment.