Skip to content

Commit

Permalink
Merge pull request #53 from erikd/master
Browse files Browse the repository at this point in the history
Bump containers upper dependency bound
  • Loading branch information
wraithm authored Aug 7, 2024
2 parents da51ef7 + b0cdef9 commit fe01243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
- "9.0.2"
- "9.2.8"
- "9.4.8"
- "9.6.4"
- "9.8.1"
- "9.6.6"
- "9.8.2"
- "9.10.1"

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion prometheus.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ library
build-depends: base >= 4.9 && < 5
, atomic-primops >= 0.8 && < 0.9
, bytestring >= 0.10 && < 0.13
, containers >= 0.5 && < 0.7
, containers >= 0.5 && < 0.8
, http-client >= 0.4 && < 0.8
, http-client-tls >= 0.3 && < 0.4
, http-types >= 0.8 && < 0.13
Expand Down

0 comments on commit fe01243

Please sign in to comment.