|
50 | 50 | php-version: '8.2' |
51 | 51 | tools: composer, composer-require-checker, composer-unused, phpcs, psalm |
52 | 52 | # optional performance gain for psalm: opcache |
53 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, json, mbstring, mysql, \ |
| 53 | + extensions: ctype, date, dom, fileinfo, filter, hash, json, mbstring, mysql, \ |
54 | 54 | opcache, openssl, pcre, pdo, pdo_sqlite, posix, soap, spl, xml |
55 | 55 | coverage: none |
56 | 56 |
|
|
80 | 80 | run: composer-require-checker check --config-file tools/composer-require-checker.json composer.json |
81 | 81 |
|
82 | 82 | - name: Check code for unused dependencies in composer.json |
83 | | - run: composer-unused --excludePackage=simplesamlphp/simplesamlphp-assets-base --excludePackage=ext-intl |
| 83 | + run: | |
| 84 | + composer-unused \ |
| 85 | + --excludePackage=simplesamlphp/simplesamlphp-assets-base \ |
| 86 | + --excludePackage=symfony/polyfill-intl-icu |
84 | 87 |
|
85 | 88 | - name: PHP Code Sniffer |
86 | 89 | run: phpcs |
@@ -122,7 +125,7 @@ jobs: |
122 | 125 | with: |
123 | 126 | # Should be the lowest supported version |
124 | 127 | php-version: '8.0' |
125 | | - extensions: ctype, date, dom, hash, fileinfo, filter, intl, json, mbstring, mysql, \ |
| 128 | + extensions: ctype, date, dom, hash, fileinfo, filter, json, mbstring, mysql, \ |
126 | 129 | openssl, pcre, pdo, pdo_sqlite, posix, soap, spl, xml |
127 | 130 | tools: composer |
128 | 131 | coverage: none |
@@ -170,7 +173,7 @@ jobs: |
170 | 173 | uses: shivammathur/setup-php@v2 |
171 | 174 | with: |
172 | 175 | php-version: ${{ matrix.php-versions }} |
173 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, json, mbstring, mysql, openssl, pcre,\ |
| 176 | + extensions: ctype, date, dom, fileinfo, filter, hash, json, mbstring, mysql, openssl, pcre,\ |
174 | 177 | pdo, pdo_sqlite, posix, soap, spl, xdebug, xml |
175 | 178 | tools: composer |
176 | 179 | ini-values: error_reporting=E_ALL, pcov.directory=. |
@@ -233,7 +236,7 @@ jobs: |
233 | 236 | uses: shivammathur/setup-php@v2 |
234 | 237 | with: |
235 | 238 | php-version: ${{ matrix.php-versions }} |
236 | | - extensions: ctype, dom, date, fileinfo, filter, hash, intl, json, mbstring, mysql, openssl, pcre, \ |
| 239 | + extensions: ctype, dom, date, fileinfo, filter, hash, json, mbstring, mysql, openssl, pcre, \ |
237 | 240 | pdo, pdo_sqlite, posix, soap, spl, xdebug, xml |
238 | 241 | tools: composer |
239 | 242 | ini-values: error_reporting=E_ALL |
|
0 commit comments