diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index df07730..064a7bc 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -52,7 +52,7 @@ jobs: run: cabal freeze --enable-tests - name: Cache dependencies and dist-newstyle - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ${{ steps.setup-haskell-cabal.outputs.cabal-store }} diff --git a/hspec-golden.cabal b/hspec-golden.cabal index 90049a5..73d37c1 100644 --- a/hspec-golden.cabal +++ b/hspec-golden.cabal @@ -32,7 +32,7 @@ license: MIT license-file: LICENSE build-type: Simple tested-with: - GHC==8.8, GHC==8.10, GHC==9.0 + GHC==8.10, GHC==9.0, GHC==9.10 extra-source-files: README.md ChangeLog.md diff --git a/package.yaml b/package.yaml index 8a81710..1502721 100644 --- a/package.yaml +++ b/package.yaml @@ -7,7 +7,7 @@ maintainer: "Cristhian Motoche " copyright: "2019-Present Stack Builders Inc" synopsis: "Golden tests for hspec" category: Testing -tested-with: GHC==8.8, GHC==8.10, GHC==9.0 +tested-with: GHC==8.10, GHC==9.0, GHC==9.10 extra-source-files: - README.md