Skip to content

Commit ab31874

Browse files
committed
removed bootstrap override
1 parent fa37277 commit ab31874

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/db-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ jobs:
3838
configuration: phpunit.xml.dist
3939
php_version: 7.1
4040
php_extensions: bcmath
41-
bootstrap: vendor/autoload.php
4241
args: --testsuite "Database"

.github/workflows/no-db-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ jobs:
2727
configuration: phpunit.xml.dist
2828
php_version: ${{ matrix.php-version }}
2929
php_extensions: bcmath
30-
bootstrap: vendor/autoload.php
3130
args: --testsuite "NoDatabase"

0 commit comments

Comments
 (0)