Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit 360d7d6

Browse files
chore: Update CI config (#61)
* chore: Use newer version of cache * chore: Use version 14 of macos * chore: Restore to use version 13 * debug: Build only on macos for GHC 8.8 * chore: Drop support for older version of GHC
1 parent f41bea1 commit 360d7d6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: cabal freeze --enable-tests
5353

5454
- name: Cache dependencies and dist-newstyle
55-
uses: actions/cache@v2
55+
uses: actions/cache@v4
5656
with:
5757
path: |
5858
${{ steps.setup-haskell-cabal.outputs.cabal-store }}

hspec-golden.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ license: MIT
3232
license-file: LICENSE
3333
build-type: Simple
3434
tested-with:
35-
GHC==8.8, GHC==8.10, GHC==9.0
35+
GHC==8.10, GHC==9.0, GHC==9.10
3636
extra-source-files:
3737
README.md
3838
ChangeLog.md

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainer: "Cristhian Motoche <cmotoche@stackbuilders.com>"
77
copyright: "2019-Present Stack Builders Inc"
88
synopsis: "Golden tests for hspec"
99
category: Testing
10-
tested-with: GHC==8.8, GHC==8.10, GHC==9.0
10+
tested-with: GHC==8.10, GHC==9.0, GHC==9.10
1111

1212
extra-source-files:
1313
- README.md

0 commit comments

Comments
 (0)