Skip to content

Commit d63ad67

Browse files
Update shivammathur/setup-php action to v2.30.1
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.30.0 | 2.30.1 |
1 parent 8bcf811 commit d63ad67

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/continuous-integration.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: "actions/checkout@v4"
3434

3535
- name: "Install PHP"
36-
uses: "shivammathur/[email protected].0"
36+
uses: "shivammathur/[email protected].1"
3737
with:
3838
coverage: "pcov"
3939
php-version: "${{ matrix.php-version }}"
@@ -75,7 +75,7 @@ jobs:
7575
uses: "actions/checkout@v4"
7676

7777
- name: "Install PHP"
78-
uses: "shivammathur/[email protected].0"
78+
uses: "shivammathur/[email protected].1"
7979
with:
8080
coverage: "none"
8181
php-version: "${{ matrix.php-version }}"
@@ -116,7 +116,7 @@ jobs:
116116
uses: "actions/checkout@v4"
117117

118118
- name: "Install PHP"
119-
uses: "shivammathur/[email protected].0"
119+
uses: "shivammathur/[email protected].1"
120120
with:
121121
coverage: "none"
122122
php-version: "${{ matrix.php-version }}"
@@ -157,7 +157,7 @@ jobs:
157157
uses: "actions/checkout@v4"
158158

159159
- name: "Install PHP"
160-
uses: "shivammathur/[email protected].0"
160+
uses: "shivammathur/[email protected].1"
161161
with:
162162
coverage: "xdebug"
163163
php-version: "${{ matrix.php-version }}"
@@ -202,7 +202,7 @@ jobs:
202202
uses: "actions/checkout@v4"
203203

204204
- name: "Install PHP"
205-
uses: "shivammathur/[email protected].0"
205+
uses: "shivammathur/[email protected].1"
206206
with:
207207
coverage: "none"
208208
php-version: "${{ matrix.php-version }}"
@@ -243,7 +243,7 @@ jobs:
243243
uses: "actions/checkout@v4"
244244

245245
- name: "Install PHP"
246-
uses: "shivammathur/[email protected].0"
246+
uses: "shivammathur/[email protected].1"
247247
with:
248248
coverage: "none"
249249
php-version: "${{ matrix.php-version }}"
@@ -278,7 +278,7 @@ jobs:
278278
uses: "actions/checkout@v4"
279279

280280
- name: "Install PHP"
281-
uses: "shivammathur/[email protected].0"
281+
uses: "shivammathur/[email protected].1"
282282
with:
283283
coverage: "none"
284284
php-version: "${{ matrix.php-version }}"
@@ -319,7 +319,7 @@ jobs:
319319
uses: "actions/checkout@v4"
320320

321321
- name: "Install PHP"
322-
uses: "shivammathur/[email protected].0"
322+
uses: "shivammathur/[email protected].1"
323323
with:
324324
coverage: "none"
325325
php-version: "${{ matrix.php-version }}"
@@ -358,7 +358,7 @@ jobs:
358358
fetch-depth: 0
359359

360360
- name: "Install PHP"
361-
uses: "shivammathur/[email protected].0"
361+
uses: "shivammathur/[email protected].1"
362362
with:
363363
coverage: "none"
364364
php-version: "${{ matrix.php-version }}"

0 commit comments

Comments
 (0)