Skip to content

Commit 9c7417e

Browse files
committed
Add ext-intl + ext-sodium for composer-require-checker
1 parent a1fb12e commit 9c7417e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: shivammathur/setup-php@v2
5454
with:
5555
php-version: ${{ matrix.php-versions }}
56-
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, spl, xml
56+
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, spl, sodium, xml
5757
tools: composer
5858
ini-values: error_reporting=E_ALL
5959
coverage: pcov
@@ -115,7 +115,7 @@ jobs:
115115
uses: shivammathur/setup-php@v2
116116
with:
117117
php-version: ${{ matrix.php-versions }}
118-
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, spl, xml
118+
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, sodium, spl, xml
119119
tools: composer
120120
ini-values: error_reporting=E_ALL
121121
coverage: none
@@ -163,7 +163,7 @@ jobs:
163163
# Should be the higest supported version, so we can use the newest tools
164164
php-version: '8.5'
165165
tools: composer, composer-require-checker, composer-unused
166-
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, soap, spl, xml
166+
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, sodium, spl, xml
167167
coverage: none
168168

169169
- name: Setup problem matchers for PHP
@@ -216,7 +216,7 @@ jobs:
216216
with:
217217
# Should be the lowest supported version
218218
php-version: '8.3'
219-
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, soap, spl, xml
219+
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, sodium, spl, xml
220220
tools: composer
221221
coverage: none
222222

0 commit comments

Comments
 (0)