Skip to content

Commit 3f58069

Browse files
Bump shivammathur/setup-php in the github-actions group (#927)
Bumps the github-actions group with 1 update: [shivammathur/setup-php](https://github.com/shivammathur/setup-php). Updates `shivammathur/setup-php` from 2.35.4 to 2.35.5 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@ec406be...bf6b4fb) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.35.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d174d45 commit 3f58069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/exercise-lint-phpcs-psr-12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2222

23-
- uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4
23+
- uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f
2424
with:
2525
php-version: ${{ matrix.php-version }}
2626
extensions: gmp

.github/workflows/exercise-tests-phpunit-11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2828

29-
- uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4
29+
- uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f
3030
with:
3131
php-version: ${{ matrix.php-version }}
3232
extensions: gmp

0 commit comments

Comments
 (0)