|
29 | 29 | uses: "actions/checkout@v4.1.3" |
30 | 30 |
|
31 | 31 | - name: "Set up PHP" |
32 | | - uses: "shivammathur/setup-php@2.30.2" |
| 32 | + uses: "shivammathur/setup-php@2.30.3" |
33 | 33 | with: |
34 | 34 | coverage: "xdebug" |
35 | 35 | extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter" |
|
97 | 97 | strict: true |
98 | 98 |
|
99 | 99 | - name: "Set up PHP" |
100 | | - uses: "shivammathur/setup-php@2.30.2" |
| 100 | + uses: "shivammathur/setup-php@2.30.3" |
101 | 101 | with: |
102 | 102 | coverage: "none" |
103 | 103 | extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter" |
@@ -165,7 +165,7 @@ jobs: |
165 | 165 | uses: "actions/checkout@v4.1.3" |
166 | 166 |
|
167 | 167 | - name: "Set up PHP" |
168 | | - uses: "shivammathur/setup-php@2.30.2" |
| 168 | + uses: "shivammathur/setup-php@2.30.3" |
169 | 169 | with: |
170 | 170 | coverage: "none" |
171 | 171 | extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter" |
@@ -221,7 +221,7 @@ jobs: |
221 | 221 | uses: "actions/checkout@v4.1.3" |
222 | 222 |
|
223 | 223 | - name: "Set up PHP" |
224 | | - uses: "shivammathur/setup-php@2.30.2" |
| 224 | + uses: "shivammathur/setup-php@2.30.3" |
225 | 225 | with: |
226 | 226 | coverage: "xdebug" |
227 | 227 | extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter" |
@@ -273,7 +273,7 @@ jobs: |
273 | 273 | uses: "actions/checkout@v4.1.3" |
274 | 274 |
|
275 | 275 | - name: "Set up PHP" |
276 | | - uses: "shivammathur/setup-php@2.30.2" |
| 276 | + uses: "shivammathur/setup-php@2.30.3" |
277 | 277 | with: |
278 | 278 | coverage: "none" |
279 | 279 | extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter" |
@@ -332,7 +332,7 @@ jobs: |
332 | 332 | uses: "actions/checkout@v4.1.3" |
333 | 333 |
|
334 | 334 | - name: "Set up PHP" |
335 | | - uses: "shivammathur/setup-php@2.30.2" |
| 335 | + uses: "shivammathur/setup-php@2.30.3" |
336 | 336 | with: |
337 | 337 | coverage: "none" |
338 | 338 | extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter" |
@@ -382,7 +382,7 @@ jobs: |
382 | 382 | uses: "actions/checkout@v4.1.3" |
383 | 383 |
|
384 | 384 | - name: "Set up PHP" |
385 | | - uses: "shivammathur/setup-php@2.30.2" |
| 385 | + uses: "shivammathur/setup-php@2.30.3" |
386 | 386 | with: |
387 | 387 | coverage: "none" |
388 | 388 | extensions: "none, ctype, curl, dom, json, mbstring, opcache, pcntl, phar, posix, simplexml, tokenizer, xml, xmlwriter" |
@@ -439,7 +439,7 @@ jobs: |
439 | 439 | uses: "actions/checkout@v4.1.3" |
440 | 440 |
|
441 | 441 | - name: "Set up PHP" |
442 | | - uses: "shivammathur/setup-php@2.30.2" |
| 442 | + uses: "shivammathur/setup-php@2.30.3" |
443 | 443 | with: |
444 | 444 | coverage: "none" |
445 | 445 | extensions: "none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter" |
|
0 commit comments