Skip to content

Commit 4d66f88

Browse files
Update shivammathur/setup-php action to v2.36.0
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.35.5 | 2.36.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 179c65b commit 4d66f88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@v6
3030

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

.github/workflows/docs-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v6
2929

3030
- name: "Install PHP"
31-
uses: "shivammathur/setup-php@2.35.5"
31+
uses: "shivammathur/setup-php@2.36.0"
3232
with:
3333
coverage: none
3434
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@v6
3030

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

0 commit comments

Comments
 (0)