From 791ba3199d85852ad415717ef3085f473792fc15 Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Mon, 22 Mar 2021 23:38:23 +0100 Subject: [PATCH] Error says phpunit needs PHP >= 7.3, let's try it --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4d8f0a..447277d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: - name: Setup composer uses: php-actions/composer@v5 with: - php_version: 7.1 + php_version: 7.3 - name: PHPUnit tests uses: php-actions/phpunit@v2 with: - php_version: 7.1 + php_version: 7.3 bootstrap: tests/bootstrap.php configuration: phpunit.xml \ No newline at end of file