Skip to content

Commit f737f52

Browse files
committed
Add ext-intl + ext-sodium for composer-require-checker
1 parent 0acd028 commit f737f52

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/php.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
php-version: ${{ matrix.php-versions }}
5656
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre,\
57-
pdo, pdo_sqlite, posix, spl, xml
57+
pdo, pdo_sqlite, posix, sodium, spl, xml
5858
tools: composer
5959
ini-values: error_reporting=E_ALL
6060
coverage: pcov
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
php-version: ${{ matrix.php-versions }}
119119
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre,\
120-
pdo, pdo_sqlite, posix, spl, xml, zip
120+
pdo, pdo_sqlite, posix, sodium, spl, xml, zip
121121
tools: composer
122122
ini-values: error_reporting=E_ALL
123123
coverage: none
@@ -165,7 +165,8 @@ jobs:
165165
# Should be the higest supported version, so we can use the newest tools
166166
php-version: '8.5'
167167
tools: composer, composer-require-checker, composer-unused, phpcs, phpstan
168-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, pdo, posix, spl, xml
168+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre,\
169+
pdo, posix, sodium, spl, xml
169170

170171
- name: Setup problem matchers for PHP
171172
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
@@ -217,7 +218,8 @@ jobs:
217218
with:
218219
# Should be the lowest supported version
219220
php-version: '8.3'
220-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, pdo, posix, spl, xml, zip
221+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre,\
222+
pdo, posix, sodium, spl, xml, zip
221223
tools: composer
222224
coverage: none
223225

0 commit comments

Comments
 (0)