Skip to content

Commit 012d6b0

Browse files
committed
rollback
1 parent b89f796 commit 012d6b0

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-main#${{github.event.pull_request.head.sha}}
55+
run: composer require rector/rector-src dev-main#${{github.event.pull_request.head.sha}} --no-update
5656
if: ${{ github.event_name == 'pull_request' }}
5757

5858
- run: composer install --ansi

0 commit comments

Comments
 (0)