File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 3535 - name : Setup PHP
3636 uses : shivammathur/setup-php@v2
3737 with :
38- php-version : 7.2
38+ php-version : 7.3
3939 ini-values : memory_limit=2G, display_errors=On, error_reporting=-1
4040 coverage : pcov
4141 tools : phive
6161 runs-on : ${{ matrix.operating-system }}
6262 continue-on-error : ${{ matrix.php-versions == '8.1' }}
6363 strategy :
64+ fail-fast : false
6465 matrix :
6566 operating-system :
6667 - ubuntu-latest
@@ -125,7 +126,6 @@ jobs:
125126 run : composer install --no-interaction --prefer-dist --optimize-autoloader
126127
127128 - name : Run PHPUnit
128- continue-on-error : true
129129 run : php tools/phpunit
130130
131131 codestyle :
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
3- <phar name =" phpunit" version =" ^8.4 " installed =" 8.4.3 " location =" ./tools/phpunit" copy =" true" />
3+ <phar name =" phpunit" version =" ^9.5 " installed =" 9.5.8 " location =" ./tools/phpunit" copy =" true" />
44</phive >
Original file line number Diff line number Diff line change 1010 <testsuite name =" unit" >
1111 <directory >./tests/unit/</directory >
1212 </testsuite >
13- <testsuite name =" integration" >
14- <directory >./tests/integration/</directory >
15- </testsuite >
1613 </testsuites >
1714 <filter >
1815 <whitelist >
You can’t perform that action at this time.
0 commit comments