|
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.2', '8.3', '8.4', '8.5'] |
23 | 23 |
|
24 | | - uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.9.2 |
| 24 | + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.3 |
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.9.2 |
| 33 | + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.3 |
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.1', '8.2', '8.3', '8.4'] |
| 48 | + php-versions: ['8.2', '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.1', '8.2', '8.3', '8.4'] |
| 110 | + php-versions: ['8.2', '8.3', '8.4', '8.5'] |
111 | 111 |
|
112 | 112 | steps: |
113 | 113 | - name: Setup PHP, with composer and extensions |
@@ -161,7 +161,7 @@ jobs: |
161 | 161 | uses: shivammathur/setup-php@v2 |
162 | 162 | with: |
163 | 163 | # Should be the higest supported version, so we can use the newest tools |
164 | | - php-version: '8.4' |
| 164 | + php-version: '8.5' |
165 | 165 | tools: composer, composer-require-checker, composer-unused, phpcs, psalm |
166 | 166 | # optional performance gain for psalm: opcache |
167 | 167 | extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, opcache, openssl, pcre, spl, xml |
@@ -228,7 +228,7 @@ jobs: |
228 | 228 | uses: shivammathur/setup-php@v2 |
229 | 229 | with: |
230 | 230 | # Should be the lowest supported version |
231 | | - php-version: '8.1' |
| 231 | + php-version: '8.2' |
232 | 232 | extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, spl, xml |
233 | 233 | tools: composer |
234 | 234 | coverage: none |
|
0 commit comments