Skip to content

Commit d2b232f

Browse files
Update shivammathur/setup-php action to v2.35.2 (#764)
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.34.1 | 2.35.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc29001 commit d2b232f

11 files changed

+14
-14
lines changed

.github/workflows/backward-compatibility-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

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

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: "Install PHP"
41-
uses: "shivammathur/setup-php@2.34.1"
41+
uses: "shivammathur/setup-php@2.35.2"
4242
with:
4343
coverage: none
4444
php-version: "${{ matrix.php-version }}"

.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@v4
3030

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

.github/workflows/deptrac.yml

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

3131
- name: "Install PHP"
32-
uses: "shivammathur/setup-php@2.34.1"
32+
uses: "shivammathur/setup-php@2.35.2"
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@v4
2929

3030
- name: "Install PHP"
31-
uses: "shivammathur/setup-php@2.34.1"
31+
uses: "shivammathur/setup-php@2.35.2"
3232
with:
3333
coverage: none
3434
php-version: "${{ matrix.php-version }}"

.github/workflows/integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v4
5353

5454
- name: "Install PHP"
55-
uses: "shivammathur/setup-php@2.34.1"
55+
uses: "shivammathur/setup-php@2.35.2"
5656
with:
5757
coverage: "pcov"
5858
php-version: "${{ matrix.php-version }}"
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@v4
108108

109109
- name: "Install PHP"
110-
uses: "shivammathur/setup-php@2.34.1"
110+
uses: "shivammathur/setup-php@2.35.2"
111111
with:
112112
coverage: "pcov"
113113
php-version: "${{ matrix.php-version }}"
@@ -162,7 +162,7 @@ jobs:
162162
uses: actions/checkout@v4
163163

164164
- name: "Install PHP"
165-
uses: "shivammathur/setup-php@2.34.1"
165+
uses: "shivammathur/setup-php@2.35.2"
166166
with:
167167
coverage: "pcov"
168168
php-version: "${{ matrix.php-version }}"
@@ -196,7 +196,7 @@ jobs:
196196
uses: actions/checkout@v4
197197

198198
- name: "Install PHP"
199-
uses: "shivammathur/setup-php@2.34.1"
199+
uses: "shivammathur/setup-php@2.35.2"
200200
with:
201201
coverage: "pcov"
202202
php-version: "${{ matrix.php-version }}"

.github/workflows/mutation-tests-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

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

.github/workflows/mutation-tests.yml

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

3131
- name: "Install PHP"
32-
uses: "shivammathur/setup-php@2.34.1"
32+
uses: "shivammathur/setup-php@2.35.2"
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@v4
3030

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

.github/workflows/psalm.yml

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

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

0 commit comments

Comments
 (0)