From ceeb743d0b18d8d0d0ba89adf14a8a0ade302ed3 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 13 Oct 2020 13:52:06 +0100 Subject: [PATCH] Use latest phpunit --- .github/workflows/continuous-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 829a6dd8b..9f34ac0a1 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -12,7 +12,7 @@ env: COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --prefer-dist" COMPOSER_UPDATE_FLAGS: "" COMPOSER_TESTS_ARE_RUNNING: "1" - SYMFONY_PHPUNIT_VERSION: "8.3" + SYMFONY_PHPUNIT_VERSION: "8.5" SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT: "1" jobs: @@ -83,9 +83,9 @@ jobs: elif [ "${{ matrix.php-version }}" = "7.1" ]; then echo "SYMFONY_PHPUNIT_VERSION=7.5" >> $GITHUB_ENV; elif [ "${{ matrix.php-version }}" = "8.0" ]; then - echo "SYMFONY_PHPUNIT_VERSION=9.3" >> $GITHUB_ENV; + echo "SYMFONY_PHPUNIT_VERSION=9.4" >> $GITHUB_ENV; else - echo "SYMFONY_PHPUNIT_VERSION=8.3" >> $GITHUB_ENV; + echo "SYMFONY_PHPUNIT_VERSION=8.5" >> $GITHUB_ENV; fi - name: "Install PHP"