From ff2ff674ff9f79bdc1938ad975df9ea2f532af5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 03:05:57 +0000 Subject: [PATCH] Bump shivammathur/setup-php from 2.36.0 to 2.37.0 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.36.0 to 2.37.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.36.0...2.37.0) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/coding-standards.yml | 2 +- .github/workflows/deploy-plugin.yml | 2 +- .github/workflows/php-compatibility.yml | 2 +- .github/workflows/plugin-check.yml | 2 +- .github/workflows/static-analysis.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index b6a3efa..60d9d64 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v6 - name: Set up PHP - uses: shivammathur/setup-php@2.36.0 + uses: shivammathur/setup-php@2.37.0 with: php-version: '7.4' # Results are the same across all versions, check only in the last stable version. coverage: none diff --git a/.github/workflows/deploy-plugin.yml b/.github/workflows/deploy-plugin.yml index 6496008..ca97d54 100644 --- a/.github/workflows/deploy-plugin.yml +++ b/.github/workflows/deploy-plugin.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v6 - name: Set up PHP - uses: shivammathur/setup-php@2.36.0 + uses: shivammathur/setup-php@2.37.0 with: php-version: '7.4' coverage: none diff --git a/.github/workflows/php-compatibility.yml b/.github/workflows/php-compatibility.yml index bb60f52..e393cc1 100644 --- a/.github/workflows/php-compatibility.yml +++ b/.github/workflows/php-compatibility.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v6 - name: Set up PHP - uses: shivammathur/setup-php@2.36.0 + uses: shivammathur/setup-php@2.37.0 with: php-version: '7.4' # Results are the same across all versions, check only in the last stable version. coverage: none diff --git a/.github/workflows/plugin-check.yml b/.github/workflows/plugin-check.yml index 867c298..5f48238 100644 --- a/.github/workflows/plugin-check.yml +++ b/.github/workflows/plugin-check.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v6 - name: Set up PHP - uses: shivammathur/setup-php@2.36.0 + uses: shivammathur/setup-php@2.37.0 with: php-version: '7.4' coverage: none diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 6dd1827..8f8b7f8 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v6 - name: Set up PHP - uses: shivammathur/setup-php@2.36.0 + uses: shivammathur/setup-php@2.37.0 with: php-version: ${{ matrix.php-versions }} coverage: none