|
35 | 35 | uses: shivammathur/setup-php@v2 |
36 | 36 | with: |
37 | 37 | php-version: ${{ matrix.php-version }} |
38 | | - extensions: ctype, dom, gd, iconv, fileinfo, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib |
| 38 | + extensions: ctype, dom, fileinfo, gd, iconv, intl, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib |
39 | 39 | coverage: none |
40 | 40 |
|
41 | 41 | - name: Get composer cache directory |
|
82 | 82 | uses: shivammathur/setup-php@v2 |
83 | 83 | with: |
84 | 84 | php-version: 8.4 |
85 | | - extensions: ctype, dom, gd, iconv, fileinfo, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib |
| 85 | + extensions: ctype, dom, fileinfo, gd, iconv, intl, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib |
86 | 86 | coverage: none |
87 | 87 |
|
88 | 88 | # This is non-ideal because it only checks for the last commit of the PR, not all of them, but better than nothing |
|
99 | 99 | uses: shivammathur/setup-php@v2 |
100 | 100 | with: |
101 | 101 | php-version: 8.4 |
102 | | - extensions: ctype, dom, gd, iconv, fileinfo, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib |
| 102 | + extensions: ctype, dom, fileinfo, gd, iconv, intl, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib |
103 | 103 | coverage: none |
104 | 104 | tools: cs2pr |
105 | 105 |
|
@@ -130,7 +130,7 @@ jobs: |
130 | 130 | uses: shivammathur/setup-php@v2 |
131 | 131 | with: |
132 | 132 | php-version: 8.4 |
133 | | - extensions: ctype, dom, gd, iconv, fileinfo, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib |
| 133 | + extensions: ctype, dom, fileinfo, gd, iconv, intl, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib |
134 | 134 | coverage: none |
135 | 135 | tools: cs2pr |
136 | 136 |
|
@@ -161,7 +161,7 @@ jobs: |
161 | 161 | uses: shivammathur/setup-php@v2 |
162 | 162 | with: |
163 | 163 | php-version: 8.4 |
164 | | - extensions: ctype, dom, gd, iconv, fileinfo, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib |
| 164 | + extensions: ctype, dom, fileinfo, gd, iconv, intl, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib |
165 | 165 | coverage: none |
166 | 166 | tools: cs2pr |
167 | 167 |
|
@@ -192,7 +192,7 @@ jobs: |
192 | 192 | uses: shivammathur/setup-php@v2 |
193 | 193 | with: |
194 | 194 | php-version: 8.4 |
195 | | - extensions: ctype, dom, gd, iconv, fileinfo, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib |
| 195 | + extensions: ctype, dom, fileinfo, gd, iconv, intl, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib |
196 | 196 | coverage: none |
197 | 197 | tools: cs2pr |
198 | 198 |
|
@@ -231,7 +231,7 @@ jobs: |
231 | 231 | uses: shivammathur/setup-php@v2 |
232 | 232 | with: |
233 | 233 | php-version: 8.4 |
234 | | - extensions: ctype, dom, gd, iconv, fileinfo, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib |
| 234 | + extensions: ctype, dom, fileinfo, gd, iconv, intl, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib |
235 | 235 | coverage: pcov |
236 | 236 |
|
237 | 237 | - name: Get composer cache directory |
|
0 commit comments