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 772ee9c commit b89f796Copy full SHA for b89f796
.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-use-phpstan-21xdev dev-main#${{github.event.pull_request.head.sha}}
+ run: composer update rector/rector-src dev-main#${{github.event.pull_request.head.sha}}
56
if: ${{ github.event_name == 'pull_request' }}
57
58
- run: composer install --ansi
0 commit comments