Skip to content

Commit

Permalink
Merge pull request #477 from pascalbaljet/php-84
Browse files Browse the repository at this point in the history
Add support for PHP 8.4
  • Loading branch information
pascalbaljet authored Dec 2, 2024
1 parent b9fb6cf commit 94d5fea
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 @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
php: [8.4, 8.3, 8.2, 8.1]
illuminate: [10.*, 11.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"guzzlehttp/guzzle": "^7.3",
"guzzlehttp/psr7": "^2.0",
"illuminate/collections": "^10.0|^11.0",
"nicmart/tree": "^0.8.0",
"nicmart/tree": "^0.9",
"spatie/browsershot": "^3.45|^4.0",
"spatie/robots-txt": "^2.0",
"symfony/dom-crawler": "^6.0|^7.0"
Expand Down

0 comments on commit 94d5fea

Please sign in to comment.