From 4a8dbcd1451b7fd1e3537dee2302549587db8e2c Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 13 Oct 2020 11:17:42 +0200 Subject: [PATCH] Fix set-env to use the new gh actions files --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b9dabd175..1bee621fd 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -93,7 +93,7 @@ jobs: - name: "Set SYMFONY_PHPUNIT_VERSION environment variable" if: "matrix.php-version == '7.4'" - run: "echo \"::set-env name=SYMFONY_PHPUNIT_VERSION::7.5\"" + run: "echo \"SYMFONY_PHPUNIT_VERSION=7.5\" >> $GITHUB_ENV" - name: "Run tests" run: "vendor/bin/simple-phpunit"