From 6cfdb190baad63c0bdd24470d24c0a4d31396a49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 14:35:56 +0300 Subject: [PATCH] Update vimeo/psalm requirement + Fix BC checker Co-authored-by: Sergei Predvoditelev --- .github/workflows/bc.yml | 15 +++++++-------- composer.json | 2 +- psalm.xml | 2 ++ 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/bc.yml b/.github/workflows/bc.yml index 75f97a7..ba3e9ef 100644 --- a/.github/workflows/bc.yml +++ b/.github/workflows/bc.yml @@ -3,13 +3,12 @@ on: - push name: backwards compatibility + jobs: roave_bc_check: - name: Roave BC Check - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: fetch tags - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* - - name: Roave BC Check - uses: docker://nyholm/roave-bc-check-ga + uses: yiisoft/actions/.github/workflows/bc.yml@master + with: + os: >- + ['ubuntu-latest'] + php: >- + ['8.0'] diff --git a/composer.json b/composer.json index a252334..2ddfbeb 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "rector/rector": "^0.15.2", "roave/infection-static-analysis-plugin": "^1.18", "spatie/phpunit-watcher": "^1.23", - "vimeo/psalm": "^4.22", + "vimeo/psalm": "^4.30|^5.6", "yiisoft/test-support": "^1.4" }, "autoload": { diff --git a/psalm.xml b/psalm.xml index 6d5263a..71f336a 100644 --- a/psalm.xml +++ b/psalm.xml @@ -1,6 +1,8 @@