Skip to content

Commit

Permalink
Updated ghc matrix
Browse files Browse the repository at this point in the history
* ghc-9.2.5
* ghc-9.4.4
  • Loading branch information
coot committed Mar 30, 2023
1 parent 87bb8dc commit 5d8d1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ["8.10.7", "9.0.2", "9.2.4", "9.4.2", "9.6.1"]
ghc: ["8.10.7", "9.0.2", "9.2.5", "9.4.4", "9.6.1"]
cabal: ["3.8.1.0"]
env:
CONFIG: "--enable-tests"
Expand Down
2 changes: 1 addition & 1 deletion nothunks.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maintainer: [email protected]
copyright: 2018-2021 IOHK
category: Development
extra-source-files: CHANGELOG.md
tested-with: GHC== { 8.10.7, 9.0.2, 9.2.4, 9.4.2, 9.6.1 }
tested-with: GHC== { 8.10.7, 9.0.2, 9.2.5, 9.4.4, 9.6.1 }

source-repository head
type: git
Expand Down

0 comments on commit 5d8d1e9

Please sign in to comment.