From 67e71b27eab52e008a9322bc36cf7dd7fddf8a24 Mon Sep 17 00:00:00 2001 From: guanguans Date: Thu, 9 Jan 2025 20:54:16 +0800 Subject: [PATCH] ci(workflows): Add PHP 8.4 to test matrix - 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. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 738916e..548e874 100644 --- a/composer.json +++ b/composer.json @@ -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()].", @@ -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",