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 20
20
with :
21
21
php-version : ' 8.3'
22
22
tools : composer:v2
23
- - run : composer install --dev
23
+ - run : composer install --dev --ignore-platform-req=php
24
24
shell : bash
25
25
- run : composer cs:list
26
26
shell : bash
Original file line number Diff line number Diff line change 24
24
with :
25
25
php-version : ${{ matrix.php-version }}
26
26
tools : composer:v2
27
- - run : composer install
27
+ - run : composer install --ignore-platform-req=php
28
28
shell : bash
29
29
- run : composer test:leak
30
30
shell : bash
Original file line number Diff line number Diff line change 20
20
with :
21
21
php-version : ' 8.3'
22
22
tools : composer:v2
23
- - run : composer install
23
+ - run : composer install --ignore-platform-req=php
24
24
shell : bash
25
25
- run : composer test:mutant
26
26
shell : bash
Original file line number Diff line number Diff line change 20
20
with :
21
21
php-version : ' 8.3'
22
22
tools : composer:v2
23
- - run : composer install
23
+ - run : composer install --ignore-platform-req=php
24
24
shell : bash
25
25
- run : composer phpstan
26
26
shell : bash
Original file line number Diff line number Diff line change 20
20
with :
21
21
php-version : ' 8.3'
22
22
tools : composer:v2
23
- - run : composer install
23
+ - run : composer install --ignore-platform-req=php
24
24
shell : bash
25
25
- run : composer psalm
26
26
shell : bash
Original file line number Diff line number Diff line change 23
23
php-version : ' 8.3'
24
24
extensions : xdebug
25
25
tools : composer:v2
26
- - run : composer install
26
+ - run : composer install --ignore-platform-req=php
27
27
shell : bash
28
28
- run : composer test:coverage:xml
29
29
shell : bash
Original file line number Diff line number Diff line change 24
24
with :
25
25
php-version : ${{ matrix.php-version }}
26
26
tools : composer:v2
27
- - run : composer install --ignore-platform-reqs
27
+ - run : composer install --ignore-platform-req=php
28
28
shell : bash
29
29
- run : composer test
30
30
shell : bash
You can’t perform that action at this time.
0 commit comments