Skip to content

Commit

Permalink
Bump minor versions of already-supported GHC versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed May 14, 2024
1 parent 10b440a commit 848c9f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.4.3
- compiler: ghc-9.4.8
compilerKind: ghc
compilerVersion: 9.4.3
compilerVersion: 9.4.8
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.2.5
- compiler: ghc-9.2.8
compilerKind: ghc
compilerVersion: 9.2.5
compilerVersion: 9.2.8
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.0.2
Expand Down
4 changes: 2 additions & 2 deletions deepseq.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ description:

build-type: Simple
tested-with:
GHC==9.4.3,
GHC==9.2.5,
GHC==9.4.8,
GHC==9.2.8,
GHC==9.0.2,
GHC==8.10.7,
GHC==8.8.4,
Expand Down

0 comments on commit 848c9f3

Please sign in to comment.