From 70138223581085347404afa48bfe7d78e2052f66 Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Mon, 22 Mar 2021 23:13:05 +0100 Subject: [PATCH] changed bootstrap file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b74627d..5e45670 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: PHPUnit Tests uses: php-actions/phpunit@v6 with: - bootstrap: tests/bootstrap.php + bootstrap: vendor/autoload.php php_version: 7.1 php_extensions: json configuration: phpunit.xml