We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13bad5 commit 466457fCopy full SHA for 466457f
.github/workflows/downgraded_release.yaml
@@ -37,13 +37,13 @@ jobs:
37
- run: rector-local/vendor/bin/rector process src config --config build/rector-downgrade-php.php --ansi
38
39
# clear the dev files
40
- - run: rm -rf tests rector-local ecs.php phpstan.neon phpunit.xml .editorconfig
+ - run: rm -rf tests rector-local ecs.php phpstan.neon phpunit.xml .editorconfig stubs
41
42
# copy PHP 7.4 composer + workflows
43
- run: cp -r build/target-repository/. .
44
45
46
- - run: rm -rf build monorepo-builder.php full-tool-build.sh rector.php phpstan-for-tests.neon tests
+ - run: rm -rf build rector.php phpstan-for-tests.neon tests stubs
47
48
# setup git user
49
-
full-tool-build.sh
0 commit comments