Skip to content

Commit 125ec25

Browse files
committed
Add ext-intl + ext-sodium for composer-require-checker
1 parent fc5e4f2 commit 125ec25

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: shivammathur/setup-php@v2
5757
with:
5858
php-version: ${{ matrix.php-versions }}
59-
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml
59+
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml
6060
tools: composer
6161
ini-values: error_reporting=E_ALL
6262
coverage: pcov
@@ -121,7 +121,7 @@ jobs:
121121
uses: shivammathur/setup-php@v2
122122
with:
123123
php-version: ${{ matrix.php-versions }}
124-
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml
124+
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml
125125
tools: composer
126126
ini-values: error_reporting=E_ALL
127127
coverage: none
@@ -169,7 +169,7 @@ jobs:
169169
# Should be the higest supported version, so we can use the newest tools
170170
php-version: '8.5'
171171
tools: composer, composer-require-checker, composer-unused
172-
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml
172+
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml
173173
coverage: none
174174

175175
- name: Setup problem matchers for PHP

0 commit comments

Comments
 (0)