|
19 | 19 | strategy: |
20 | 20 | fail-fast: false |
21 | 21 | matrix: |
22 | | - php-version: ['8.2', '8.3', '8.4', '8.5'] |
| 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 |
|
45 | 45 | fail-fast: false |
46 | 46 | matrix: |
47 | 47 | operating-system: [ubuntu-latest] |
48 | | - php-versions: ['8.2', '8.3', '8.4', '8.5'] |
| 48 | + php-versions: ['8.3', '8.4', '8.5'] |
49 | 49 |
|
50 | 50 | steps: |
51 | 51 | - name: Setup PHP, with composer and extensions |
|
54 | 54 | with: |
55 | 55 | php-version: ${{ matrix.php-versions }} |
56 | 56 | extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, \ |
57 | | - memcached, openssl, pcre, posix, spl, xml |
| 57 | + memcached, openssl, pcre, posix, sodium, spl, xml |
58 | 58 | tools: composer |
59 | 59 | ini-values: error_reporting=E_ALL |
60 | 60 | coverage: pcov |
@@ -108,15 +108,16 @@ jobs: |
108 | 108 | fail-fast: true |
109 | 109 | matrix: |
110 | 110 | operating-system: [windows-latest] |
111 | | - php-versions: ['8.2', '8.3', '8.4', '8.5'] |
| 111 | + php-versions: ['8.3', '8.4', '8.5'] |
112 | 112 |
|
113 | 113 | steps: |
114 | 114 | - name: Setup PHP, with composer and extensions |
115 | 115 | # https://github.com/shivammathur/setup-php |
116 | 116 | uses: shivammathur/setup-php@v2 |
117 | 117 | with: |
118 | 118 | php-version: ${{ matrix.php-versions }} |
119 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, memcached, openssl, pcre, spl, xml, zip |
| 119 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, |
| 120 | + memcached, openssl, pcre, sodium, spl, xml, zip |
120 | 121 | tools: composer |
121 | 122 | ini-values: error_reporting=E_ALL |
122 | 123 | coverage: none |
@@ -164,7 +165,7 @@ jobs: |
164 | 165 | php-version: '8.5' |
165 | 166 | tools: composer, composer-require-checker, composer-unused |
166 | 167 | extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, \ |
167 | | - memcached, openssl, pcre, posix, spl, xml |
| 168 | + memcached, openssl, pcre, posix, sodium, spl, xml |
168 | 169 |
|
169 | 170 | - name: Setup problem matchers for PHP |
170 | 171 | run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" |
@@ -213,9 +214,9 @@ jobs: |
213 | 214 | uses: shivammathur/setup-php@v2 |
214 | 215 | with: |
215 | 216 | # Should be the lowest supported version |
216 | | - php-version: '8.2' |
| 217 | + php-version: '8.3' |
217 | 218 | extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, \ |
218 | | - memcached, openssl, pcre, posix, spl, xml |
| 219 | + memcached, openssl, pcre, posix, sodium, spl, xml |
219 | 220 | tools: composer |
220 | 221 | coverage: none |
221 | 222 |
|
|
0 commit comments