|
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: Print OpenSSL version |
@@ -110,7 +110,7 @@ jobs: |
110 | 110 | fail-fast: true |
111 | 111 | matrix: |
112 | 112 | operating-system: [windows-latest] |
113 | | - php-versions: ['8.2', '8.3', '8.4', '8.5'] |
| 113 | + php-versions: ['8.3', '8.4', '8.5'] |
114 | 114 |
|
115 | 115 | steps: |
116 | 116 | - name: Print OpenSSL version |
@@ -221,7 +221,7 @@ jobs: |
221 | 221 | uses: shivammathur/setup-php@v2 |
222 | 222 | with: |
223 | 223 | # Should be the lowest supported version |
224 | | - php-version: '8.2' |
| 224 | + php-version: '8.3' |
225 | 225 | extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml |
226 | 226 | tools: composer |
227 | 227 | coverage: none |
|
0 commit comments