|
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 | 24 | uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.0 |
25 | 25 | with: |
|
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 |
@@ -107,15 +107,15 @@ jobs: |
107 | 107 | fail-fast: true |
108 | 108 | matrix: |
109 | 109 | operating-system: [windows-latest] |
110 | | - php-versions: ['8.2', '8.3', '8.4', '8.5'] |
| 110 | + php-versions: ['8.3', '8.4', '8.5'] |
111 | 111 |
|
112 | 112 | steps: |
113 | 113 | - name: Setup PHP, with composer and extensions |
114 | 114 | # https://github.com/shivammathur/setup-php |
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 |
@@ -216,8 +216,8 @@ jobs: |
216 | 216 | uses: shivammathur/setup-php@v2 |
217 | 217 | with: |
218 | 218 | # Should be the lowest supported version |
219 | | - php-version: '8.2' |
220 | | - extensions: ctype, date, filter, pcre, spl |
| 219 | + php-version: '8.3' |
| 220 | + extensions: ctype, date, filter, pcre, sodium, spl |
221 | 221 | tools: composer |
222 | 222 | coverage: none |
223 | 223 |
|
|
0 commit comments