File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 3131 matrix :
3232 operating-system : ["ubuntu-latest"]
3333 php-versions : ["8.0", "8.1", "8.2"]
34- phpunit-versions : ["latest"]
3534
3635 steps :
3736 - name : " Checkout"
4645 extensions : mbstring, intl
4746 ini-values : post_max_size=256M, max_execution_time=180
4847 coverage : xdebug
49- tools : phpunit:${{ matrix.phpunit-versions }}
5048
5149 - name : " Composer State"
5250 run : composer update --no-install --with-all-dependencies
7775 run : ./vendor/bin/phpunit
7876
7977 render-php-lowest :
80- needs : render-php-default
78+ needs : validate-mergable
8179 runs-on : ${{ matrix.operating-system }}
8280
8381 strategy :
8684 matrix :
8785 operating-system : ["ubuntu-latest"]
8886 php-versions : ["8.0", "8.1", "8.2"]
89- phpunit-versions : ["latest"]
9087
9188 steps :
9289 - name : " Checkout"
10198 extensions : mbstring, intl
10299 ini-values : post_max_size=256M, max_execution_time=180
103100 coverage : xdebug
104- tools : phpunit:${{ matrix.phpunit-versions }}
105101
106102 - name : " Composer State"
107103 run : composer update --prefer-lowest --no-install --with-all-dependencies
Original file line number Diff line number Diff line change 44 beStrictAboutTestsThatDoNotTestAnything =" true"
55 beStrictAboutTodoAnnotatedTests =" true"
66 testdox =" true"
7- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd"
8- cacheDirectory =" .phpunit.cache" >
7+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" >
98 <testsuites >
109 <testsuite name =" Units" >
1110 <directory >test/Unit</directory >
You can’t perform that action at this time.
0 commit comments