File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 include :
15- - php-versions : " 8.2"
16- composer-option : " "
17- continue-on-error : false
1815 - php-versions : " 8.3"
1916 composer-option : " "
2017 continue-on-error : false
4037 composer-options : " --prefer-dist --no-progress ${{ matrix.composer-option }}"
4138
4239 - name : " Unit + Integration"
43- run : " vendor/bin/phpunit"
40+ run : " vendor/bin/phpunit" - php-versions: "8.2"
41+ composer-option : " "
42+ continue-on-error : false
4443
4544 - name : " Mutation tests"
4645 run : " vendor/bin/infection --min-msi=99 --no-progress --threads=5"
Original file line number Diff line number Diff line change 55 <arg name =" colors" />
66 <arg value =" nps" />
77
8- <config name =" php_version" value =" 80200 " />
8+ <config name =" php_version" value =" 80300 " />
99
1010 <file >src</file >
1111 <file >tests</file >
You can’t perform that action at this time.
0 commit comments