Skip to content

Commit a9d28fe

Browse files
Bump shivammathur/setup-php in the minor-and-patch group
Bumps the minor-and-patch group with 1 update: [shivammathur/setup-php](https://github.com/shivammathur/setup-php). Updates `shivammathur/setup-php` from 2.37.1 to 2.37.2 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@2.37.1...2.37.2) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1676011 commit a9d28fe

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/composer-audit.yml

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

2828
- name: Setup PHP
29-
uses: shivammathur/setup-php@2.37.1
29+
uses: shivammathur/setup-php@2.37.2
3030
with:
3131
php-version: '8.5'
3232
coverage: none

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v6.0.2
1515

1616
- name: Setup PHP
17-
uses: shivammathur/setup-php@2.37.1
17+
uses: shivammathur/setup-php@2.37.2
1818
with:
1919
php-version: '8.5'
2020
coverage: none

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v6.0.2
3131

3232
- name: Setup PHP
33-
uses: shivammathur/setup-php@2.37.1
33+
uses: shivammathur/setup-php@2.37.2
3434
with:
3535
php-version: '8.5'
3636
coverage: none

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v6
2626

2727
- name: Setup PHP
28-
uses: shivammathur/setup-php@2.37.1
28+
uses: shivammathur/setup-php@2.37.2
2929
with:
3030
php-version: ${{ matrix.php }}
3131
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo

0 commit comments

Comments
 (0)