From d5e7315debb23478e0e38715885db7a50f2c5d33 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Thu, 11 Dec 2025 09:33:16 +0300 Subject: [PATCH 1/2] Change PHP version in "rector-cs.yml" --- .github/workflows/rector-cs.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rector-cs.yml b/.github/workflows/rector-cs.yml index f0d6619..85a827b 100644 --- a/.github/workflows/rector-cs.yml +++ b/.github/workflows/rector-cs.yml @@ -1,4 +1,15 @@ -name: Rector + PHP CS Fixer + +jobs: + rector: + uses: yiisoft/actions/.github/workflows/rector.yml@master + secrets: + token: ${{ secrets.YIISOFT_GITHUB_TOKEN }} + with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + os: >- + ['ubuntu-latest'] + php: >- + ['8.4']name: Rector + PHP CS Fixer on: pull_request_target: @@ -24,4 +35,4 @@ jobs: token: ${{ secrets.YIISOFT_GITHUB_TOKEN }} with: repository: ${{ github.event.pull_request.head.repo.full_name }} - php: '8.4' + php: '8.1' From f03d541b7c01b843dd091f8c18bb44aa0ad50b2b Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Thu, 11 Dec 2025 09:34:57 +0300 Subject: [PATCH 2/2] fix --- .github/workflows/rector-cs.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/rector-cs.yml b/.github/workflows/rector-cs.yml index 85a827b..6424c2a 100644 --- a/.github/workflows/rector-cs.yml +++ b/.github/workflows/rector-cs.yml @@ -1,15 +1,4 @@ - -jobs: - rector: - uses: yiisoft/actions/.github/workflows/rector.yml@master - secrets: - token: ${{ secrets.YIISOFT_GITHUB_TOKEN }} - with: - repository: ${{ github.event.pull_request.head.repo.full_name }} - os: >- - ['ubuntu-latest'] - php: >- - ['8.4']name: Rector + PHP CS Fixer +name: Rector + PHP CS Fixer on: pull_request_target: