Skip to content

Commit

Permalink
Try CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Jun 10, 2024
1 parent 0268aa6 commit fa5dbb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
php: ["8.0", "8.1", "8.2", "8.3"]
guzzle: ["6.5.8", "7.8.1"]
guzzle: ["6.5.8", "7.5.2"]

steps:
-
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ext-dom": "*",
"ext-simplexml": "*",
"psr/log": "^2.0",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/guzzle": "^6.5 || ^7.5",
"respect/validation": "^2.2",
"php": "^8.0"
},
Expand Down

0 comments on commit fa5dbb2

Please sign in to comment.