|
53 | 53 | uses: shivammathur/setup-php@v2 |
54 | 54 | with: |
55 | 55 | php-version: ${{ matrix.php-versions }} |
56 | | - extensions: ctype, date, filter, intl, pcre, spl |
| 56 | + extensions: ctype, date, filter, intl, pcre, sodium, spl |
57 | 57 | tools: composer |
58 | 58 | ini-values: error_reporting=E_ALL |
59 | 59 | coverage: pcov |
@@ -115,7 +115,7 @@ jobs: |
115 | 115 | uses: shivammathur/setup-php@v2 |
116 | 116 | with: |
117 | 117 | php-version: ${{ matrix.php-versions }} |
118 | | - extensions: ctype, date, filter, intl, pcre, spl |
| 118 | + extensions: ctype, date, filter, intl, pcre, sodium, spl |
119 | 119 | tools: composer |
120 | 120 | ini-values: error_reporting=E_ALL |
121 | 121 | coverage: none |
@@ -164,7 +164,7 @@ jobs: |
164 | 164 | # Should be the higest supported version, so we can use the newest tools |
165 | 165 | php-version: '8.5' |
166 | 166 | tools: composer, composer-require-checker, composer-unused |
167 | | - extensions: ctype, date, filter, pcre, spl |
| 167 | + extensions: ctype, date, filter, pcre, sodium, spl |
168 | 168 | coverage: none |
169 | 169 |
|
170 | 170 | - name: Setup problem matchers for PHP |
|
0 commit comments