From 21710c083cbb6f8bcab72d8cd946ed235575ee95 Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Mon, 22 Mar 2021 23:19:18 +0100 Subject: [PATCH] Trying to fix docker build error --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e45670..cd82176 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,14 +8,12 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: php-actions/composer@v5 - - name: PHPUnit Tests uses: php-actions/phpunit@v6 with: bootstrap: vendor/autoload.php php_version: 7.1 - php_extensions: json + version: 1 configuration: phpunit.xml args: --coverage-text \ No newline at end of file