File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 35
35
- name : Setup PHP
36
36
uses : shivammathur/setup-php@v2
37
37
with :
38
- php-version : 7.2
38
+ php-version : 7.3
39
39
ini-values : memory_limit=2G, display_errors=On, error_reporting=-1
40
40
coverage : pcov
41
41
tools : phive
61
61
runs-on : ${{ matrix.operating-system }}
62
62
continue-on-error : ${{ matrix.php-versions == '8.1' }}
63
63
strategy :
64
+ fail-fast : false
64
65
matrix :
65
66
operating-system :
66
67
- ubuntu-latest
@@ -125,7 +126,6 @@ jobs:
125
126
run : composer install --no-interaction --prefer-dist --optimize-autoloader
126
127
127
128
- name : Run PHPUnit
128
- continue-on-error : true
129
129
run : php tools/phpunit
130
130
131
131
codestyle :
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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" />
4
4
</phive >
Original file line number Diff line number Diff line change 10
10
<testsuite name =" unit" >
11
11
<directory >./tests/unit/</directory >
12
12
</testsuite >
13
- <testsuite name =" integration" >
14
- <directory >./tests/integration/</directory >
15
- </testsuite >
16
13
</testsuites >
17
14
<filter >
18
15
<whitelist >
You can’t perform that action at this time.
0 commit comments