Skip to content

Commit a711377

Browse files
committed
Add missing ext-sodium to CI
1 parent c1e9feb commit a711377

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, fileinfo, filter, hash, intl, mbstring, openssl, pcre, spl, xml
56+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml
5757
tools: composer
5858
ini-values: error_reporting=E_ALL
5959
coverage: pcov
@@ -116,7 +116,7 @@ jobs:
116116
uses: shivammathur/setup-php@v2
117117
with:
118118
php-version: ${{ matrix.php-versions }}
119-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, spl, xml, zip
119+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml, zip
120120
tools: composer
121121
ini-values: error_reporting=E_ALL
122122
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, fileinfo, filter, hash, intl, mbstring, openssl, pcre, spl, xml
166+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml
167167

168168
- name: Setup problem matchers for PHP
169169
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
@@ -215,7 +215,7 @@ jobs:
215215
with:
216216
# Should be the lowest supported version
217217
php-version: '8.3'
218-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, spl, xml
218+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml
219219
tools: composer
220220
coverage: none
221221

0 commit comments

Comments
 (0)