File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 php-version : ' 8.3'
2222 tools : composer:v2
23- - run : composer install --dev
23+ - run : composer install --dev --ignore-platform-req=php
2424 shell : bash
2525 - run : composer cs:list
2626 shell : bash
Original file line number Diff line number Diff line change 2424 with :
2525 php-version : ${{ matrix.php-version }}
2626 tools : composer:v2
27- - run : composer install
27+ - run : composer install --ignore-platform-req=php
2828 shell : bash
2929 - run : composer test:leak
3030 shell : bash
Original file line number Diff line number Diff line change 2020 with :
2121 php-version : ' 8.3'
2222 tools : composer:v2
23- - run : composer install
23+ - run : composer install --ignore-platform-req=php
2424 shell : bash
2525 - run : composer test:mutant
2626 shell : bash
Original file line number Diff line number Diff line change 2020 with :
2121 php-version : ' 8.3'
2222 tools : composer:v2
23- - run : composer install
23+ - run : composer install --ignore-platform-req=php
2424 shell : bash
2525 - run : composer phpstan
2626 shell : bash
Original file line number Diff line number Diff line change 2020 with :
2121 php-version : ' 8.3'
2222 tools : composer:v2
23- - run : composer install
23+ - run : composer install --ignore-platform-req=php
2424 shell : bash
2525 - run : composer psalm
2626 shell : bash
Original file line number Diff line number Diff line change 2323 php-version : ' 8.3'
2424 extensions : xdebug
2525 tools : composer:v2
26- - run : composer install
26+ - run : composer install --ignore-platform-req=php
2727 shell : bash
2828 - run : composer test:coverage:xml
2929 shell : bash
Original file line number Diff line number Diff line change 2424 with :
2525 php-version : ${{ matrix.php-version }}
2626 tools : composer:v2
27- - run : composer install --ignore-platform-reqs
27+ - run : composer install --ignore-platform-req=php
2828 shell : bash
2929 - run : composer test
3030 shell : bash
You can’t perform that action at this time.
0 commit comments