From 5b3bd72d74d9421e7673faf773594ffda03b3444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 08:04:18 +0000 Subject: [PATCH] Bump shivammathur/setup-php from 2.22.0 to 2.25.2 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.22.0 to 2.25.2. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/1a18b2267f80291a81ca1d33e7c851fe09e7dfc4...c5fc0d8281aba02c7fda07d3a70cc5371548067d) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/exercise-lint-phpcs-psr-12.yml | 2 +- .github/workflows/exercise-tests-phpunit-9.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/exercise-lint-phpcs-psr-12.yml b/.github/workflows/exercise-lint-phpcs-psr-12.yml index 0204243..b2c9dc0 100644 --- a/.github/workflows/exercise-lint-phpcs-psr-12.yml +++ b/.github/workflows/exercise-lint-phpcs-psr-12.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - - uses: shivammathur/setup-php@1a18b2267f80291a81ca1d33e7c851fe09e7dfc4 + - uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d with: php-version: ${{ matrix.php-version }} extensions: gmp diff --git a/.github/workflows/exercise-tests-phpunit-9.yml b/.github/workflows/exercise-tests-phpunit-9.yml index 00a6d24..7f469a6 100644 --- a/.github/workflows/exercise-tests-phpunit-9.yml +++ b/.github/workflows/exercise-tests-phpunit-9.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - - uses: shivammathur/setup-php@1a18b2267f80291a81ca1d33e7c851fe09e7dfc4 + - uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d with: version: ${{ matrix.php-version }} extensions: gmp