From 68a2a4b71c919b5a7290c2b111ba9c476f81cbc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:22:39 +0000 Subject: [PATCH] Bump shivammathur/setup-php from 2.25.5 to 2.26.0 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.25.5 to 2.26.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f...7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-deploy.yml | 2 +- .github/workflows/lint-i18n.yml | 2 +- .github/workflows/lint-php.yml | 2 +- .github/workflows/plugin-release.yml | 2 +- .github/workflows/tests-e2e.yml | 2 +- .github/workflows/tests-unit-php.yml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index b576c9818fe2..38a68ec5e742 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -143,7 +143,7 @@ jobs: cache: npm - name: Setup PHP - uses: shivammathur/setup-php@72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f + uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 with: php-version: '8.0' coverage: none diff --git a/.github/workflows/lint-i18n.yml b/.github/workflows/lint-i18n.yml index b8c3b66217a2..64cb0a7f7c15 100644 --- a/.github/workflows/lint-i18n.yml +++ b/.github/workflows/lint-i18n.yml @@ -73,7 +73,7 @@ jobs: cache: npm - name: Setup PHP - uses: shivammathur/setup-php@72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f + uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 with: php-version: '8.0' coverage: none diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index 7f5a48ff0f9a..82118b109d1f 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -58,7 +58,7 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - name: Setup PHP - uses: shivammathur/setup-php@72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f + uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 with: php-version: '8.0' coverage: none diff --git a/.github/workflows/plugin-release.yml b/.github/workflows/plugin-release.yml index 3b12a52b768d..1ad5be0f44a0 100644 --- a/.github/workflows/plugin-release.yml +++ b/.github/workflows/plugin-release.yml @@ -275,7 +275,7 @@ jobs: cache: npm - name: Setup PHP - uses: shivammathur/setup-php@72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f + uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 with: php-version: '8.0' coverage: none diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 78eb7ffff127..c228bd19a39a 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -84,7 +84,7 @@ jobs: cache: npm - name: Setup PHP - uses: shivammathur/setup-php@72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f + uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 with: php-version: '8.0' coverage: none diff --git a/.github/workflows/tests-unit-php.yml b/.github/workflows/tests-unit-php.yml index 40c6c933171d..e59604f68793 100644 --- a/.github/workflows/tests-unit-php.yml +++ b/.github/workflows/tests-unit-php.yml @@ -107,7 +107,7 @@ jobs: # Then switch back to the PHP version we want to test and delete the vendor directory. - name: Setup PHP 8.0 - uses: shivammathur/setup-php@72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f + uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 with: php-version: '8.0' tools: composer @@ -121,7 +121,7 @@ jobs: run: rm -rf vendor/* - name: Setup PHP - uses: shivammathur/setup-php@72ae4ccbe57f82bbe08411e84e2130bd4ba1c10f + uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 with: php-version: ${{ matrix.php }} extensions: mysql