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 27, 2023
1 parent 084cea9 commit d62a2ce
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
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"]
env:
CONFIG: "--enable-tests"
steps:
Expand Down
2 changes: 1 addition & 1 deletion nothunks.cabal
Expand Up @@ -15,7 +15,7 @@ maintainer: operations@iohk.io
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 d62a2ce

Please sign in to comment.