|
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.10.6 |
| 24 | + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.0 |
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.10.6 |
| 33 | + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.0 |
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 |
@@ -107,7 +107,7 @@ 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 |
@@ -215,7 +215,7 @@ jobs: |
215 | 215 | uses: shivammathur/setup-php@v2 |
216 | 216 | with: |
217 | 217 | # Should be the lowest supported version |
218 | | - php-version: '8.2' |
| 218 | + php-version: '8.3' |
219 | 219 | extensions: ctype, date, dom, filter, libxml, pcre, spl, xml |
220 | 220 | tools: composer |
221 | 221 | coverage: none |
|
0 commit comments