|
18 | 18 | strategy: |
19 | 19 | fail-fast: false |
20 | 20 | matrix: |
21 | | - php-version: ['8.1', '8.2', '8.3', '8.4'] |
| 21 | + php-version: ['8.2', '8.3', '8.4'] |
22 | 22 |
|
23 | | - uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.9.3 |
| 23 | + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.0 |
24 | 24 | with: |
25 | 25 | php-version: ${{ matrix.php-version }} |
26 | 26 |
|
|
29 | 29 | strategy: |
30 | 30 | fail-fast: false |
31 | 31 |
|
32 | | - uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.9.3 |
| 32 | + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.0 |
33 | 33 | with: |
34 | 34 | enable_eslinter: false |
35 | 35 | enable_jsonlinter: true |
|
44 | 44 | fail-fast: false |
45 | 45 | matrix: |
46 | 46 | operating-system: [ubuntu-latest] |
47 | | - php-versions: ['8.1', '8.2', '8.3', '8.4'] |
| 47 | + php-versions: ['8.2', '8.3', '8.4'] |
48 | 48 |
|
49 | 49 | steps: |
50 | 50 | - 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.1', '8.2', '8.3', '8.4'] |
| 110 | + php-versions: ['8.2', '8.3', '8.4'] |
111 | 111 |
|
112 | 112 | steps: |
113 | 113 | - name: Setup PHP, with composer and extensions |
@@ -218,7 +218,7 @@ jobs: |
218 | 218 | uses: shivammathur/setup-php@v2 |
219 | 219 | with: |
220 | 220 | # Should be the lowest supported version |
221 | | - php-version: '8.1' |
| 221 | + php-version: '8.2' |
222 | 222 | extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, spl, xml |
223 | 223 | tools: composer |
224 | 224 | coverage: none |
|
0 commit comments