|
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 | + session, 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 | + session, sodium, spl, xml, zip |
119 | 121 | tools: composer |
120 | 122 | ini-values: error_reporting=E_ALL |
121 | 123 | coverage: none |
@@ -162,7 +164,8 @@ jobs: |
162 | 164 | # Should be the higest supported version, so we can use the newest tools |
163 | 165 | php-version: '8.5' |
164 | 166 | tools: composer, composer-require-checker, composer-unused, phpcs, phpstan |
165 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix, spl, xml |
| 167 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix,\ |
| 168 | + session, sodium, spl, xml |
166 | 169 |
|
167 | 170 | - name: Setup problem matchers for PHP |
168 | 171 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
@@ -212,7 +215,8 @@ jobs: |
212 | 215 | with: |
213 | 216 | # Should be the lowest supported version |
214 | 217 | php-version: '8.3' |
215 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix, spl, xml |
| 218 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix,\ |
| 219 | + session, sodium, spl, xml |
216 | 220 | tools: composer |
217 | 221 | coverage: none |
218 | 222 |
|
|
0 commit comments