|
56 | 56 | uses: shivammathur/setup-php@v2 |
57 | 57 | with: |
58 | 58 | php-version: ${{ matrix.php-versions }} |
59 | | - extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml |
| 59 | + extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, random, spl, xml |
60 | 60 | tools: composer |
61 | 61 | ini-values: error_reporting=E_ALL |
62 | 62 | coverage: pcov |
@@ -121,7 +121,7 @@ jobs: |
121 | 121 | uses: shivammathur/setup-php@v2 |
122 | 122 | with: |
123 | 123 | php-version: ${{ matrix.php-versions }} |
124 | | - extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml |
| 124 | + extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, random, spl, xml |
125 | 125 | tools: composer |
126 | 126 | ini-values: error_reporting=E_ALL |
127 | 127 | coverage: none |
@@ -219,7 +219,7 @@ jobs: |
219 | 219 | with: |
220 | 220 | # Should be the lowest supported version |
221 | 221 | php-version: '8.1' |
222 | | - extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml |
| 222 | + extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, random, spl, xml |
223 | 223 | tools: composer |
224 | 224 | coverage: none |
225 | 225 |
|
|
0 commit comments