Skip to content

Commit 7637f45

Browse files
Update shivammathur/setup-php action to v2.37.2
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.37.1 | 2.37.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a4e683 commit 7637f45

9 files changed

Lines changed: 12 additions & 12 deletions

.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.37.1"
30+
uses: "shivammathur/setup-php@2.37.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.37.1"
41+
uses: "shivammathur/setup-php@2.37.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@v6
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/setup-php@2.37.1"
32+
uses: "shivammathur/setup-php@2.37.2"
3333
with:
3434
coverage: none
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.37.1"
31+
uses: "shivammathur/setup-php@2.37.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
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v6
5252

5353
- name: "Install PHP"
54-
uses: "shivammathur/setup-php@2.37.1"
54+
uses: "shivammathur/setup-php@2.37.2"
5555
with:
5656
coverage: "pcov"
5757
php-version: "${{ matrix.php-version }}"
@@ -106,7 +106,7 @@ jobs:
106106
uses: actions/checkout@v6
107107

108108
- name: "Install PHP"
109-
uses: "shivammathur/setup-php@2.37.1"
109+
uses: "shivammathur/setup-php@2.37.2"
110110
with:
111111
coverage: "pcov"
112112
php-version: "${{ matrix.php-version }}"
@@ -160,7 +160,7 @@ jobs:
160160
uses: actions/checkout@v6
161161

162162
- name: "Install PHP"
163-
uses: "shivammathur/setup-php@2.37.1"
163+
uses: "shivammathur/setup-php@2.37.2"
164164
with:
165165
coverage: "pcov"
166166
php-version: "${{ matrix.php-version }}"
@@ -194,7 +194,7 @@ jobs:
194194
uses: actions/checkout@v6
195195

196196
- name: "Install PHP"
197-
uses: "shivammathur/setup-php@2.37.1"
197+
uses: "shivammathur/setup-php@2.37.2"
198198
with:
199199
coverage: "pcov"
200200
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.37.1"
30+
uses: "shivammathur/setup-php@2.37.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@v6
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/setup-php@2.37.1"
32+
uses: "shivammathur/setup-php@2.37.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@v6
3030

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

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v6
4242

4343
- name: "Install PHP"
44-
uses: "shivammathur/setup-php@2.37.1"
44+
uses: "shivammathur/setup-php@2.37.2"
4545
with:
4646
coverage: "pcov"
4747
php-version: "${{ matrix.php-version }}"

0 commit comments

Comments
 (0)