Skip to content

Commit

Permalink
ci(workflows): Add PHP 8.4 to test matrix
Browse files Browse the repository at this point in the history
- Added PHP version 8.4 to the workflow test matrix.
- This allows for compatibility testing with the latest PHP version.
- Ensures that the application works as expected across more PHP versions.
  • Loading branch information
guanguans committed Jan 9, 2025
1 parent 8b3ade0 commit 67e71b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"phpstan/phpstan-deprecation-rules": "^2.0",
"rector/rector": "^2.0",
"symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
"vimeo/psalm": "^5.26"
"vimeo/psalm": "^5.26 || ^6.0"
},
"suggest": {
"illuminate/collections": "Required to use the method [Response::collect()].",
Expand Down Expand Up @@ -203,7 +203,7 @@
"composer-require-checker": "@php ./vendor/bin/composer-require-checker check --config-file=composer-require-checker.json composer.json --ansi -v",
"composer-require-checker-json": "@php ./vendor/bin/composer-require-checker check --config-file=composer-require-checker.json composer.json --ansi -v --output=json | jq",
"composer-unused": "@php ./vendor/bin/composer-unused --ansi -v",
"composer-updater": "@php ./composer-updater --highest-php-binary=/opt/homebrew/opt/php@8.3/bin/php --except-packages=pestphp/pest-plugin-laravel --ansi",
"composer-updater": "@php ./composer-updater --highest-php-binary=/opt/homebrew/opt/php@8.4/bin/php --except-packages=pestphp/pest-plugin-laravel --ansi",
"composer-updater-dry-run": "@composer-updater --dry-run",
"composer-validate": "@composer validate --check-lock --strict --ansi -v",
"generate-ide-json": "@php generate-ide-json",
Expand Down

0 comments on commit 67e71b2

Please sign in to comment.