diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index e34190e..b8aa0f3 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -29,7 +29,7 @@ jobs: os: >- ['ubuntu-latest'] php: >- - ['8.1', '8.2', '8.3'] + ['8.1', '8.2'] psalm80: uses: yiisoft/actions/.github/workflows/psalm.yml@master with: @@ -38,3 +38,11 @@ jobs: ['ubuntu-latest'] php: >- ['8.0'] + psalm83: + uses: yiisoft/actions/.github/workflows/psalm.yml@master + with: + psalm-config: psalm83.xml + os: >- + ['ubuntu-latest'] + php: >- + ['8.3'] diff --git a/composer.json b/composer.json index 443ecc3..7fd6953 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "rector/rector": "^1.0.0", "roave/infection-static-analysis-plugin": "^1.16", "spatie/phpunit-watcher": "^1.23", - "vimeo/psalm": "^4.30|^5.21" + "vimeo/psalm": "^4.30|^5.24" }, "suggest": { "symfony/console": "To use composer commands `yii-config-copy` and `yii-config-rebuild`." diff --git a/psalm83.xml b/psalm83.xml new file mode 100644 index 0000000..ee80eb3 --- /dev/null +++ b/psalm83.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + +