We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce26e4 commit 5e3f505Copy full SHA for 5e3f505
1 file changed
.github/workflows/php.yml
@@ -115,7 +115,7 @@ jobs:
115
uses: shivammathur/setup-php@v2
116
with:
117
php-version: ${{ matrix.php-versions }}
118
- extensions: ctype, date, filter, intl, pcre, spl
+ extensions: ctype, date, filter, intl, pcre, sodium, spl
119
tools: composer
120
ini-values: error_reporting=E_ALL
121
coverage: none
@@ -164,7 +164,7 @@ jobs:
164
# Should be the higest supported version, so we can use the newest tools
165
php-version: '8.5'
166
tools: composer, composer-require-checker, composer-unused
167
- extensions: ctype, date, filter, pcre, spl
+ extensions: ctype, date, filter, pcre, sodium, spl
168
169
170
- name: Setup problem matchers for PHP
@@ -217,7 +217,7 @@ jobs:
217
218
# Should be the lowest supported version
219
php-version: '8.3'
220
221
222
223
0 commit comments