From 29b1765845b89157b37a546f1b709cfc28a278e8 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Sat, 17 Feb 2024 16:23:43 +0300 Subject: [PATCH] Improve psalm and changelog (#80) --- .github/workflows/static.yml | 4 +++- CHANGELOG.md | 2 +- composer.json | 2 +- psalm.xml | 6 +++++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 301ab7c..873eeb5 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -10,6 +10,8 @@ on: - 'phpunit.xml.dist' push: + branches: + - master paths-ignore: - 'docs/**' - 'README.md' @@ -28,4 +30,4 @@ jobs: os: >- ['ubuntu-latest'] php: >- - ['8.1', '8.2'] + ['8.1', '8.2', '8.3'] diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d4f798..1b61357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Yii Runner RoadRunner Change Log -## 2.0.1 under development +## 3.0.0 under development - Chg #23: Rename `RoadRunnerApplicationRunner` to `RoadRunnerHttpApplicationRunner` (@s1lver) - Chg #61: Increased minimum PHP version to 8.1 (@s1lver) diff --git a/composer.json b/composer.json index cd73773..ae603ad 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "rector/rector": "^1.0.0", "roave/infection-static-analysis-plugin": "^1.16", "spatie/phpunit-watcher": "^1.23", - "vimeo/psalm": "^4.30|^5.7", + "vimeo/psalm": "^5.22", "yiisoft/middleware-dispatcher": "^5.0", "yiisoft/test-support": "^3.0" }, diff --git a/psalm.xml b/psalm.xml index 73ed715..b48c894 100644 --- a/psalm.xml +++ b/psalm.xml @@ -10,7 +10,11 @@ - + + + + +