From deb6922d0cdfe49765ad0400ce8e3ce161ef2d68 Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Mon, 22 Mar 2021 23:10:20 +0100 Subject: [PATCH] change php version to 7.1 --- .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 4b5ddb9..b74627d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: uses: php-actions/phpunit@v6 with: bootstrap: tests/bootstrap.php - php_version: 7.4 + php_version: 7.1 php_extensions: json configuration: phpunit.xml args: --coverage-text \ No newline at end of file