Skip to content

Commit b89f796

Browse files
committed
temporary use composer update on packages_tests
1 parent 772ee9c commit b89f796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packages_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# test with current commit in a pull-request
5454
-
55-
run: composer update rector/rector-src:dev-use-phpstan-21xdev dev-main#${{github.event.pull_request.head.sha}}
55+
run: composer update rector/rector-src dev-main#${{github.event.pull_request.head.sha}}
5656
if: ${{ github.event_name == 'pull_request' }}
5757

5858
- run: composer install --ansi

0 commit comments

Comments
 (0)