From 4b56b86031fdb58c2b30a2a32484caf8b25db3ef Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Tue, 9 Jul 2024 21:05:55 +0300 Subject: [PATCH] fix --- .github/workflows/static.yml | 8 +++++++- composer.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d8c7505..3c8d815 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' @@ -33,7 +35,11 @@ jobs: - windows-latest php: - - 7.4 + - "7.4" + - "8.0" + - "8.1" + - "8.2" + - "8.3" steps: - name: Checkout diff --git a/composer.json b/composer.json index 8154f46..5ecdd9e 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "phpunit/phpunit": "^9.5", "roave/infection-static-analysis-plugin": "^1.16", "spatie/phpunit-watcher": "^1.23", - "vimeo/psalm": "^5.25" + "vimeo/psalm": "^4.30|^5.25" }, "autoload": { "psr-4": {