|
27 | 27 | uses: "actions/checkout@v4.2.2" |
28 | 28 |
|
29 | 29 | - name: "Set up PHP" |
30 | | - uses: "shivammathur/setup-php@2.34.0" |
| 30 | + uses: "shivammathur/setup-php@2.34.1" |
31 | 31 | with: |
32 | 32 | coverage: "xdebug" |
33 | 33 | extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter" |
|
82 | 82 | uses: "actions/checkout@v4.2.2" |
83 | 83 |
|
84 | 84 | - name: "Set up PHP" |
85 | | - uses: "shivammathur/setup-php@2.34.0" |
| 85 | + uses: "shivammathur/setup-php@2.34.1" |
86 | 86 | with: |
87 | 87 | coverage: "none" |
88 | 88 | php-version: "${{ matrix.php-version }}" |
@@ -142,7 +142,7 @@ jobs: |
142 | 142 | uses: "actions/checkout@v4.2.2" |
143 | 143 |
|
144 | 144 | - name: "Set up PHP" |
145 | | - uses: "shivammathur/setup-php@2.34.0" |
| 145 | + uses: "shivammathur/setup-php@2.34.1" |
146 | 146 | with: |
147 | 147 | coverage: "none" |
148 | 148 | extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter" |
@@ -193,7 +193,7 @@ jobs: |
193 | 193 | uses: "actions/checkout@v4.2.2" |
194 | 194 |
|
195 | 195 | - name: "Set up PHP" |
196 | | - uses: "shivammathur/setup-php@2.34.0" |
| 196 | + uses: "shivammathur/setup-php@2.34.1" |
197 | 197 | with: |
198 | 198 | coverage: "xdebug" |
199 | 199 | extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter" |
@@ -240,7 +240,7 @@ jobs: |
240 | 240 | uses: "actions/checkout@v4.2.2" |
241 | 241 |
|
242 | 242 | - name: "Set up PHP" |
243 | | - uses: "shivammathur/setup-php@2.34.0" |
| 243 | + uses: "shivammathur/setup-php@2.34.1" |
244 | 244 | with: |
245 | 245 | coverage: "none" |
246 | 246 | php-version: "${{ matrix.php-version }}" |
@@ -294,7 +294,7 @@ jobs: |
294 | 294 | uses: "actions/checkout@v4.2.2" |
295 | 295 |
|
296 | 296 | - name: "Set up PHP" |
297 | | - uses: "shivammathur/setup-php@2.34.0" |
| 297 | + uses: "shivammathur/setup-php@2.34.1" |
298 | 298 | with: |
299 | 299 | coverage: "none" |
300 | 300 | php-version: "${{ matrix.php-version }}" |
|
0 commit comments