File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 77 tests :
88 name : Tests
99 runs-on : ubuntu-latest
10- continue-on-error : ${{ matrix.experimental }}
1110 strategy :
1211 fail-fast : false
1312 matrix :
1918 - ' 7.3'
2019 - ' 7.4'
2120 - ' 8.0'
22- experimental :
23- - false
24- include :
25- - php : " 8.1"
26- composer-options : " --ignore-platform-reqs"
27- experimental : true
28- dependencies : " highest"
21+ - ' 8.1'
22+ - ' 8.2'
23+ - ' 8.3'
2924
3025 steps :
3126 - name : Set up PHP
@@ -41,11 +36,11 @@ jobs:
4136
4237 - name : " Install lowest dependencies"
4338 if : ${{ matrix.dependencies == 'lowest' }}
44- run : composer update --prefer-lowest --no-interaction --no-progress --no-suggest ${{ matrix.composer-options }}
39+ run : composer update --prefer-lowest --no-interaction --no-progress --no-suggest
4540
4641 - name : " Install highest dependencies"
4742 if : ${{ matrix.dependencies == 'highest' }}
48- run : composer update --no-interaction --no-progress --no-suggest ${{ matrix.composer-options }}
43+ run : composer update --no-interaction --no-progress --no-suggest
4944
5045 - name : " Run tests"
5146 run : ./vendor/bin/phpunit -c phpunit.xml
You can’t perform that action at this time.
0 commit comments