Fix set-env to use the new gh actions files

main
Jordi Boggiano 4 years ago
parent bc1cb1636d
commit 4a8dbcd145
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

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

Loading…
Cancel
Save