1
0
Fork 0

Fix set-env to use the new gh actions files

pull/9280/head
Jordi Boggiano 2020-10-13 11:17:42 +02:00
parent bc1cb1636d
commit 4a8dbcd145
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -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"