Skip to content

Commit 5ffb0c8

Browse files
chore(deps): bump shivammathur/setup-php from 2.37.1 to 2.37.2 (#92)
1 parent e67e7f8 commit 5ffb0c8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/fix-code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
composer-cs-
2727
2828
- name: Setup PHP
29-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
29+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
3030
with:
3131
php-version: 8.4
3232

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
phpstan-${{ matrix.php }}-${{ matrix.laravel }}-
5555
5656
- name: Setup PHP
57-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
57+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
5858
with:
5959
php-version: ${{ matrix.php }}
6060
extensions: mbstring, pdo, pdo_sqlite

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
composer-${{ matrix.os }}-${{ matrix.php }}-
5656
5757
- name: Setup PHP
58-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
58+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
5959
with:
6060
php-version: ${{ matrix.php }}
6161
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo

0 commit comments

Comments
 (0)