File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,10 @@ jobs:
3232 with :
3333 progress : yes
3434 php_version : 7.1
35- php_extensions : bcmath
3635 version : 2
3736 - uses : php-actions/phpunit@v3
3837 with :
3938 configuration : phpunit.xml.dist
4039 php_version : 7.1
4140 version : 7.5
42- php_extensions : bcmath
4341 args : --testsuite "Database"
Original file line number Diff line number Diff line change @@ -21,12 +21,10 @@ jobs:
2121 with :
2222 progress : yes
2323 php_version : ${{ matrix.php-version }}
24- php_extensions : bcmath
2524 version : 2
2625 - uses : php-actions/phpunit@v3
2726 with :
2827 configuration : phpunit.xml.dist
2928 version : 7.5
3029 php_version : ${{ matrix.php-version }}
31- php_extensions : bcmath
3230 args : --testsuite "NoDatabase"
Original file line number Diff line number Diff line change 2121 with :
2222 progress : yes
2323 php_version : ${{ matrix.php-version }}
24- php_extensions : bcmath
2524 version : 2
2625 - uses : php-actions/phpunit@v3
2726 with :
2827 configuration : phpunit.xml.dist
2928 php_version : ${{ matrix.php-version }}
30- php_extensions : bcmath
3129 args : --testsuite "NoDatabase"
You can’t perform that action at this time.
0 commit comments