From 27c8879aed8f2a4c82ecb5d6ccfef96a12f48c3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 08:10:26 +0000 Subject: [PATCH] Bump shivammathur/setup-php from 2.22.0 to 2.25.0 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.22.0 to 2.25.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/1a18b2267f80291a81ca1d33e7c851fe09e7dfc4...1fdc5e773bb54b5aa541c73679d6e9acc692d0cd) --- 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..b45921a 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@1fdc5e773bb54b5aa541c73679d6e9acc692d0cd 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..62b4dae 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@1fdc5e773bb54b5aa541c73679d6e9acc692d0cd with: version: ${{ matrix.php-version }} extensions: gmp