Skip to content

Commit 3a2b6a8

Browse files
committed
actions: Add ext-sodium
1 parent 9dc6246 commit 3a2b6a8

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/php.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
uses: shivammathur/setup-php@v2
5454
with:
5555
php-version: ${{ matrix.php-versions }}
56-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, posix, spl, xml
56+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring,\
57+
openssl, pcre, posix, sodium, spl, xml
5758
tools: composer
5859
ini-values: error_reporting=E_ALL
5960
coverage: pcov
@@ -115,8 +116,8 @@ jobs:
115116
uses: shivammathur/setup-php@v2
116117
with:
117118
php-version: ${{ matrix.php-versions }}
118-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, \
119-
openssl, pcre, posix, spl, xml, zip
119+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring,\
120+
openssl, pcre, posix, sodium, spl, xml, zip
120121
tools: composer
121122
ini-values: error_reporting=E_ALL
122123
coverage: none
@@ -164,7 +165,8 @@ jobs:
164165
# Should be the higest supported version, so we can use the newest tools
165166
php-version: '8.5'
166167
tools: composer, composer-require-checker, composer-unused
167-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, posix, spl, xml
168+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring,\
169+
openssl, pcre, posix, sodium, spl, xml
168170

169171
- name: Setup problem matchers for PHP
170172
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
@@ -215,7 +217,8 @@ jobs:
215217
with:
216218
# Should be the lowest supported version
217219
php-version: '8.3'
218-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, posix, spl, xml
220+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring,\
221+
openssl, pcre, posix, sodium, spl, xml
219222
tools: composer
220223
coverage: none
221224

0 commit comments

Comments
 (0)