diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 416a39a..3123f56 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -26,4 +26,4 @@ jobs: os: >- ['ubuntu-latest'] php: >- - ['8.0', '8.1'] + ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] diff --git a/composer.json b/composer.json index 684e09c..6e7524f 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "rector/rector": "^2.0.3", "roave/infection-static-analysis-plugin": "^1.16", "spatie/phpunit-watcher": "^1.23.6", - "vimeo/psalm": "^4.30|^5.8" + "vimeo/psalm": "^4.30 || ^5.26.1 || ^6.16.1" }, "autoload": { "psr-4": { @@ -59,6 +59,7 @@ } }, "scripts": { + "psalm": "psalm", "test": "phpunit --testdox --no-interaction", "test-watch": "phpunit-watcher watch" }