|
21 | 21 | matrix: |
22 | 22 | php-version: ['8.3', '8.4', '8.5'] |
23 | 23 |
|
24 | | - uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.0 |
| 24 | + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.1 |
25 | 25 | with: |
26 | 26 | php-version: ${{ matrix.php-version }} |
27 | 27 |
|
|
30 | 30 | strategy: |
31 | 31 | fail-fast: false |
32 | 32 |
|
33 | | - uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.0 |
| 33 | + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.1 |
34 | 34 | with: |
35 | 35 | enable_eslinter: false |
36 | 36 | enable_jsonlinter: true |
|
53 | 53 | uses: shivammathur/setup-php@v2 |
54 | 54 | with: |
55 | 55 | php-version: ${{ matrix.php-versions }} |
56 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix, spl, xml |
| 56 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix,\ |
| 57 | + sodium, spl, xml |
57 | 58 | tools: composer |
58 | 59 | ini-values: error_reporting=E_ALL |
59 | 60 | coverage: pcov |
@@ -115,7 +116,8 @@ jobs: |
115 | 116 | uses: shivammathur/setup-php@v2 |
116 | 117 | with: |
117 | 118 | php-version: ${{ matrix.php-versions }} |
118 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix, spl, xml, zip |
| 119 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix,\ |
| 120 | + sodium, spl, xml, zip |
119 | 121 | tools: composer |
120 | 122 | ini-values: error_reporting=E_ALL |
121 | 123 | coverage: none |
@@ -164,7 +166,8 @@ jobs: |
164 | 166 | php-version: '8.5' |
165 | 167 | tools: composer, composer-require-checker, composer-unused, phpcs, psalm |
166 | 168 | # optional performance gain for psalm: opcache |
167 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, opcache, openssl, pcre, posix, spl, xml |
| 169 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, opcache, openssl, pcre, posix,\ |
| 170 | + sodium, spl, xml |
168 | 171 |
|
169 | 172 | - name: Setup problem matchers for PHP |
170 | 173 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
@@ -219,7 +222,8 @@ jobs: |
219 | 222 | with: |
220 | 223 | # Should be the lowest supported version |
221 | 224 | php-version: '8.3' |
222 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix, spl, xml |
| 225 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix,\ |
| 226 | + sodium, spl, xml |
223 | 227 | tools: composer |
224 | 228 | coverage: none |
225 | 229 |
|
|
0 commit comments