From 81c6fe987b955f525704b3097853c86a661a026b Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 3 Jun 2020 10:26:56 +0200 Subject: [PATCH] Remove empty env var --- .github/workflows/continuous-integration.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 89eafea47..2b4afbf1b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -10,7 +10,6 @@ on: env: COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --no-suggest --prefer-dist" - SYMFONY_PHPUNIT_VERSION: "" jobs: tests: