Skip to content

Commit 224f2e1

Browse files
Update shivammathur/setup-php action to v2.35.4
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.35.3 | 2.35.4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f97912 commit 224f2e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coding-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v5
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/setup-php@2.35.3"
32+
uses: "shivammathur/setup-php@2.35.4"
3333
with:
3434
coverage: "pcov"
3535
php-version: "${{ matrix.php-version }}"

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v5
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/setup-php@2.35.3"
32+
uses: "shivammathur/setup-php@2.35.4"
3333
with:
3434
coverage: none
3535
php-version: "${{ matrix.php-version }}"

0 commit comments

Comments
 (0)