From ef42ef6c81f085ad0292a4ae326bdcdcaceea36f Mon Sep 17 00:00:00 2001 From: codemasher Date: Wed, 19 Feb 2020 17:56:36 +0100 Subject: [PATCH] :octocat: +PHP 7.4 --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e73d8395e..1e846f0de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: php-binary: - php7.2 - php7.3 -# - php7.4 + - php7.4 dependencies: - lowest @@ -54,13 +54,13 @@ jobs: uses: actions/checkout@v1.1.0 - name: "Install locked dependencies with composer" - run: php7.3 $(which composer) install --no-interaction --no-progress --no-suggest + run: php7.4 $(which composer) install --no-interaction --no-progress --no-suggest - name: "Dump Xdebug filter with phpunit/phpunit" - run: php7.3 vendor/bin/phpunit --configuration=phpunit.xml --dump-xdebug-filter=.build/phpunit/xdebug-filter.php + run: php7.4 vendor/bin/phpunit --configuration=phpunit.xml --dump-xdebug-filter=.build/phpunit/xdebug-filter.php - name: "Collect code coverage with Xdebug and phpunit/phpunit" - run: php7.3 vendor/bin/phpunit --configuration=phpunit.xml --prepend=.build/phpunit/xdebug-filter.php + run: php7.4 vendor/bin/phpunit --configuration=phpunit.xml --prepend=.build/phpunit/xdebug-filter.php - name: "Send code coverage report to Codecov.io" env: