We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa37277 commit ab31874Copy full SHA for ab31874
.github/workflows/db-tests.yml
@@ -38,5 +38,4 @@ jobs:
38
configuration: phpunit.xml.dist
39
php_version: 7.1
40
php_extensions: bcmath
41
- bootstrap: vendor/autoload.php
42
args: --testsuite "Database"
.github/workflows/no-db-test.yml
@@ -27,5 +27,4 @@ jobs:
27
28
php_version: ${{ matrix.php-version }}
29
30
31
args: --testsuite "NoDatabase"
0 commit comments