|
19 | 19 | strategy: |
20 | 20 | fail-fast: false |
21 | 21 | matrix: |
22 | | - php-version: ['8.1', '8.2', '8.3', '8.4'] |
| 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 |
@@ -108,7 +108,7 @@ 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 |
@@ -216,7 +216,7 @@ jobs: |
216 | 216 | uses: shivammathur/setup-php@v2 |
217 | 217 | with: |
218 | 218 | # Should be the lowest supported version |
219 | | - php-version: '8.2' |
| 219 | + php-version: '8.3' |
220 | 220 | extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, pdo, posix, spl, xml, zip |
221 | 221 | tools: composer |
222 | 222 | coverage: none |
|
0 commit comments