Skip to content

Commit

Permalink
Update PHP version constraints to support PHP 8.4 (#555)
Browse files Browse the repository at this point in the history
* Update PHP version constraints to support PHP 8.4

* Update

---------

Co-authored-by: Robin van Maasakker <robin@qubiqx.com>
  • Loading branch information
Robinvm and Robin van Maasakker authored Dec 2, 2024
1 parent 575e948 commit f138710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.2, 8.3]
php: [8.2, 8.3, 8.4]
laravel: [10.*, 11.*]
dependency-version: [prefer-stable]
os: [ubuntu-latest]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.2||^8.3||^8.4",
"guzzlehttp/guzzle": "^7.8",
"illuminate/support": "^10.0|^11.0",
"nesbot/carbon": "^2.71|^3.0",
Expand Down

0 comments on commit f138710

Please sign in to comment.