Skip to content

Commit

Permalink
Allow tasty-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Sep 12, 2023
1 parent c4a3516 commit fe59b0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
# haskell-ci regenerate
#
# For more information, see https://github.com/haskell-CI/haskell-ci
# For more information, see https://github.com/andreasabel/haskell-ci
#
# version: 0.17.20230827
# version: 0.17.20230911
#
# REGENDATA ("0.17.20230827",["github","microaeson.cabal"])
# REGENDATA ("0.17.20230911",["github","microaeson.cabal"])
#
name: Haskell-CI
on:
Expand All @@ -27,7 +27,7 @@ jobs:
timeout-minutes:
60
container:
image: buildpack-deps:bionic
image: buildpack-deps:focal
continue-on-error: ${{ matrix.allow-failure }}
strategy:
matrix:
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
chmod a+x $HOME/.cabal/bin/cabal-plan
cabal-plan --version
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: source
- name: initial cabal.project for sdist
Expand Down
6 changes: 1 addition & 5 deletions microaeson.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,7 @@ test-suite microaeson
|| ^>= 2.13.2
|| ^>= 2.14.2
, quickcheck-instances ^>= 0.3.16
, tasty ^>= 1.0.1.1
|| ^>= 1.1.0.4
|| ^>= 1.2.3
|| ^>= 1.3.1
|| ^>= 1.4.1
, tasty >= 1.0.1.1 && < 1.6
, tasty-quickcheck ^>= 0.10
, unordered-containers ^>= 0.2.8.0
, vector ^>= 0.12.0.1
Expand Down

0 comments on commit fe59b0f

Please sign in to comment.