|
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'] |
23 | 23 |
|
24 | | - uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.9.3 |
| 24 | + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.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.9.3 |
| 33 | + uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.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.1', '8.2', '8.3', '8.4'] |
| 48 | + php-versions: ['8.2', '8.3', '8.4'] |
49 | 49 |
|
50 | 50 | steps: |
51 | 51 | - name: Setup PHP, with composer and extensions |
@@ -107,15 +107,15 @@ 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 |
114 | 114 | # https://github.com/shivammathur/setup-php |
115 | 115 | uses: shivammathur/setup-php@v2 |
116 | 116 | with: |
117 | 117 | php-version: ${{ matrix.php-versions }} |
118 | | - extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix, spl, xml |
| 118 | + extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix, spl, xml, zip |
119 | 119 | tools: composer |
120 | 120 | ini-values: error_reporting=E_ALL |
121 | 121 | coverage: none |
@@ -190,7 +190,9 @@ jobs: |
190 | 190 | run: composer-require-checker check --config-file=tools/composer-require-checker.json composer.json |
191 | 191 |
|
192 | 192 | - name: Check code for unused dependencies in composer.json |
193 | | - run: composer-unused |
| 193 | + run: | |
| 194 | + composer-unused \ |
| 195 | + --excludePackage=simplesamlphp/simplesamlphp-assets-jquery |
194 | 196 |
|
195 | 197 | - name: PHP Code Sniffer |
196 | 198 | run: phpcs |
@@ -226,7 +228,7 @@ jobs: |
226 | 228 | uses: shivammathur/setup-php@v2 |
227 | 229 | with: |
228 | 230 | # Should be the lowest supported version |
229 | | - php-version: '8.1' |
| 231 | + php-version: '8.2' |
230 | 232 | extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix, spl, xml |
231 | 233 | tools: composer |
232 | 234 | coverage: none |
|
0 commit comments