Skip to content

Commit 7933c8a

Browse files
committed
Fix CI
1 parent 050b63e commit 7933c8a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
php-version: ${{ matrix.php-versions }}
5656
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre,\
57-
sodium, spl, xml
57+
spl, sodium, xml
5858
tools: composer
5959
ini-values: error_reporting=E_ALL
6060
coverage: pcov
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
php-version: ${{ matrix.php-versions }}
119119
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre,\
120-
sodium, spl, xml, zip
120+
spl, sodium, xml, zip
121121
tools: composer
122122
ini-values: error_reporting=E_ALL
123123
coverage: none
@@ -166,7 +166,7 @@ jobs:
166166
php-version: '8.5'
167167
tools: composer, composer-require-checker, composer-unused
168168
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, opcache, openssl, pcre,\
169-
sodium, spl, xml
169+
spl, sodium, xml
170170

171171
- name: Setup problem matchers for PHP
172172
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
@@ -219,7 +219,7 @@ jobs:
219219
# Should be the lowest supported version
220220
php-version: '8.3'
221221
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre,\
222-
sodium, spl, xml
222+
spl, sodium, xml
223223
tools: composer
224224
coverage: none
225225

0 commit comments

Comments
 (0)