Skip to content

Commit 92c8ed6

Browse files
Update shivammathur/setup-php action to v2.35.5
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.35.4 | 2.35.5 |
1 parent 43e6496 commit 92c8ed6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: "actions/checkout@v4"
2828

2929
- name: "Install PHP"
30-
uses: "shivammathur/setup-php@2.35.4"
30+
uses: "shivammathur/setup-php@2.35.5"
3131
with:
3232
coverage: "none"
3333
php-version: "${{ matrix.php-version }}"

.github/workflows/composer-json-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: "actions/checkout@v4"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/setup-php@2.35.4"
27+
uses: "shivammathur/setup-php@2.35.5"
2828
with:
2929
coverage: "none"
3030
php-version: "${{ matrix.php-version }}"

0 commit comments

Comments
 (0)