Skip to content

Commit

Permalink
Upgrade github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Nov 8, 2024
1 parent 4d4f0ec commit 22ec7d6
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["9.8.1", "9.6.3", "9.4.8", "9.2.8", "9.0.2", "8.10.7"]
ghc: ["9.8.2", "9.6.6"]
os: [ubuntu-latest, macOS-latest, windows-latest]
exclude:
- os: windows-latest
Expand All @@ -28,7 +28,7 @@ jobs:
CABAL_CACHE_VERSION: "2024-01-05"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: haskell-actions/setup@v2
id: setup-haskell
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
tag: ${{ steps.tag.outputs.tag }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Check if cabal project is sane
run: |
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Create source distribution
run: |
Expand Down
4 changes: 2 additions & 2 deletions hw-mquery.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ common base { build-depends: base >=

common prettyprinter { build-depends: prettyprinter >= 1 && < 2 }
common dlist { build-depends: dlist >= 0.8.0 && < 1.1 }
common doctest { build-depends: doctest >= 0.16.2 && < 0.23 }
common doctest { build-depends: doctest >= 0.16.2 && < 1 }
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
common hedgehog { build-depends: hedgehog >= 0.6.1 && < 1.5 }
common hedgehog { build-depends: hedgehog >= 0.6.1 && < 2 }
common hspec { build-depends: hspec >= 2.6.0 && < 3 }
common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1.0.5 && < 0.2 }
common lens { build-depends: lens >= 4.17 && < 6 }
Expand Down

0 comments on commit 22ec7d6

Please sign in to comment.