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 b89f796 commit 012d6b0Copy full SHA for 012d6b0
.github/workflows/packages_tests.yaml
@@ -52,7 +52,7 @@ jobs:
52
53
# test with current commit in a pull-request
54
-
55
- run: composer update rector/rector-src dev-main#${{github.event.pull_request.head.sha}}
+ run: composer require rector/rector-src dev-main#${{github.event.pull_request.head.sha}} --no-update
56
if: ${{ github.event_name == 'pull_request' }}
57
58
- run: composer install --ansi
0 commit comments