Skip to content

Commit 5e3f505

Browse files
committed
Add ext-sodium for composer-require-checker
1 parent fce26e4 commit 5e3f505

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
@@ -115,7 +115,7 @@ jobs:
115115
uses: shivammathur/setup-php@v2
116116
with:
117117
php-version: ${{ matrix.php-versions }}
118-
extensions: ctype, date, filter, intl, pcre, spl
118+
extensions: ctype, date, filter, intl, pcre, sodium, spl
119119
tools: composer
120120
ini-values: error_reporting=E_ALL
121121
coverage: none
@@ -164,7 +164,7 @@ jobs:
164164
# Should be the higest supported version, so we can use the newest tools
165165
php-version: '8.5'
166166
tools: composer, composer-require-checker, composer-unused
167-
extensions: ctype, date, filter, pcre, spl
167+
extensions: ctype, date, filter, pcre, sodium, spl
168168
coverage: none
169169

170170
- name: Setup problem matchers for PHP
@@ -217,7 +217,7 @@ jobs:
217217
with:
218218
# Should be the lowest supported version
219219
php-version: '8.3'
220-
extensions: ctype, date, filter, pcre, spl
220+
extensions: ctype, date, filter, pcre, sodium, spl
221221
tools: composer
222222
coverage: none
223223

0 commit comments

Comments
 (0)