Skip to content

Commit b3f99d6

Browse files
authored
Merge pull request #89 from filamentphp/dependabot/github_actions/shivammathur/setup-php-2.37.1
2 parents 1ecfe38 + 3a80c17 commit b3f99d6

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@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
29+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
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@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
57+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
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@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
58+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
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)