From 8091461e80dc902bf191e134ef721531db0221f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:27:15 +0000 Subject: [PATCH] Bump shivammathur/setup-php from 2.22.0 to 2.24.0 Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.22.0 to 2.24.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/1a18b2267f80291a81ca1d33e7c851fe09e7dfc4...d30ad8b1843ace22e6698ab99bbafaa747b6bd0d) --- 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..d5c9133 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@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d 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..b232b6d 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@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d with: version: ${{ matrix.php-version }} extensions: gmp