Fix set-env to use the new gh actions files
parent
bc1cb1636d
commit
4a8dbcd145
|
@ -93,7 +93,7 @@ jobs:
|
||||||
|
|
||||||
- name: "Set SYMFONY_PHPUNIT_VERSION environment variable"
|
- name: "Set SYMFONY_PHPUNIT_VERSION environment variable"
|
||||||
if: "matrix.php-version == '7.4'"
|
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"
|
- name: "Run tests"
|
||||||
run: "vendor/bin/simple-phpunit"
|
run: "vendor/bin/simple-phpunit"
|
||||||
|
|
Loading…
Reference in New Issue