Trying to fix docker build error

This commit is contained in:
DeveloperMarius
2021-03-22 23:19:18 +01:00
parent 7013822358
commit 21710c083c
+1 -3
View File
@@ -8,14 +8,12 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: php-actions/composer@v5 - uses: php-actions/composer@v5
- name: PHPUnit Tests - name: PHPUnit Tests
uses: php-actions/phpunit@v6 uses: php-actions/phpunit@v6
with: with:
bootstrap: vendor/autoload.php bootstrap: vendor/autoload.php
php_version: 7.1 php_version: 7.1
php_extensions: json version: 1
configuration: phpunit.xml configuration: phpunit.xml
args: --coverage-text args: --coverage-text