Skip to content

Commit 0b7fc7b

Browse files
chore(deps): bump shivammathur/setup-php from 2.37.1 to 2.37.2
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>
1 parent 6b421ec commit 0b7fc7b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/format-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
restore-keys: |
7171
rector-${{ github.ref_name }}-${{ hashFiles('composer.lock') }}-
7272
- name: Set up PHP
73-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
73+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
7474
with:
7575
php-version: 8.5
7676
- name: Set up Node

.github/workflows/issue-reproduction-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: Set up PHP
8888
if: steps.resolve.outputs.skip == 'false'
89-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
89+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
9090
with:
9191
php-version: '8.3'
9292
extensions: intl, sqlite3, pdo_sqlite, mbstring, zip

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
restore-keys: |
4949
phpstan-${{ matrix.php }}-${{ matrix.laravel }}-
5050
- name: Set up PHP
51-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
51+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
5252
with:
5353
php-version: ${{ matrix.php }}
5454
extensions: mbstring, pdo, pdo_sqlite

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
composer-${{ matrix.php }}-${{ matrix.laravel }}-
9595
composer-${{ matrix.php }}-
9696
- name: Set up PHP
97-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
97+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
9898
with:
9999
php-version: ${{ matrix.php }}
100100
extensions: mbstring, pdo, pdo_sqlite, pdo_mysql, pdo_pgsql

0 commit comments

Comments
 (0)