From 514d2f5cbb886b2622487918b0ffc339ad6f7727 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Wed, 5 Aug 2026 10:08:51 +0300 Subject: [PATCH] Cleanup GitHub CI --- .github/workflows/bc.yml_ | 6 +++++- .github/workflows/build.yml | 2 +- .github/workflows/composer-require-checker.yml | 3 +-- .github/workflows/mutation.yml | 4 ++++ .github/workflows/static.yml | 1 - .github/workflows/zizmor.yml | 4 ++++ 6 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bc.yml_ b/.github/workflows/bc.yml_ index 2557a8c..7f5dbee 100644 --- a/.github/workflows/bc.yml_ +++ b/.github/workflows/bc.yml_ @@ -13,9 +13,13 @@ on: permissions: contents: read +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: roave_bc_check: uses: yiisoft/actions/.github/workflows/bc.yml@master with: php: >- - ['8.1'] + ['8.5'] diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 609ea09..4d834f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,4 +26,4 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: php: >- - ['8.0', '8.1'] + ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] diff --git a/.github/workflows/composer-require-checker.yml b/.github/workflows/composer-require-checker.yml index 73fd65f..c0fd718 100644 --- a/.github/workflows/composer-require-checker.yml +++ b/.github/workflows/composer-require-checker.yml @@ -4,7 +4,6 @@ on: pull_request: paths: &paths - 'src/**' - - 'config/**' - '.github/workflows/composer-require-checker.yml' - 'composer.json' push: @@ -23,4 +22,4 @@ jobs: uses: yiisoft/actions/.github/workflows/composer-require-checker.yml@master with: php: >- - ['8.0'] + ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index de9c009..3ba57d6 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -16,6 +16,10 @@ on: permissions: contents: read +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: mutation: uses: yiisoft/actions/.github/workflows/roave-infection.yml@master diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 3123f56..c5342a2 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -4,7 +4,6 @@ on: pull_request: paths: &paths - 'src/**' - - 'config/**' - '.github/workflows/static.yml' - 'psalm*.xml' - 'composer.json' diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 7534234..6ff2a77 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -13,6 +13,10 @@ permissions: actions: read # Required by zizmor when reading workflow metadata through the API contents: read # Required to read workflow files +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: zizmor: uses: yiisoft/actions/.github/workflows/zizmor.yml@master