Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into 1.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Nov 25, 2023
2 parents 34fac6b + eaa1214 commit 4c2153a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.1, 8.0, 7.4]
php: [8.3, 8.2, 8.1, 8.0]
dependency-version: [prefer-lowest, prefer-stable]
guzzle: [7.*, 6.2]

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"license": "MIT",
"require": {
"php": "^7.4 | ^8",
"php": "^8",
"ext-json": "*",
"ext-curl": "*",
"guzzlehttp/guzzle": "^6.2 | ^7.0"
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c2153a

Please sign in to comment.