Skip to content

Commit 172b91c

Browse files
chore(deps): bump shivammathur/setup-php from 2.37.1 to 2.37.2 (#20065)
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.37.1 to 2.37.2. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@7c071df...f3e473d) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ad8db6 commit 172b91c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
composer-${{ matrix.php }}-${{ matrix.laravel }}-
4343
composer-${{ matrix.php }}-
4444
- name: Set up PHP
45-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
45+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
4646
with:
4747
php-version: ${{ matrix.php }}
4848
extensions: mbstring, pdo, pdo_sqlite

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
composer-${{ matrix.php }}-${{ matrix.laravel }}-
4343
composer-${{ matrix.php }}-
4444
- name: Set up PHP
45-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
45+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
4646
with:
4747
php-version: ${{ matrix.php }}
4848
extensions: mbstring, pdo, pdo_sqlite

0 commit comments

Comments
 (0)