Skip to content

Commit 25da77f

Browse files
authored
Remove symplify lock on package_tests (#1363)
1 parent bb99076 commit 25da77f

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/packages_tests.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,6 @@ jobs:
5252
run: composer require rector/rector-src dev-main#${{github.event.pull_request.head.sha}} --no-update
5353
if: ${{ github.event_name == 'pull_request' }}
5454

55-
# until symplify/easy-parallel is tagged
56-
-
57-
run: composer require symplify/easy-parallel:^10.0-beta11 --no-update
58-
if: ${{ github.event_name == 'pull_request' }}
59-
-
60-
run: composer require symplify/symfony-php-config:^10.0-beta11 --no-update
61-
if: ${{ github.event_name == 'pull_request' }}
62-
-
63-
run: composer require symplify/package-builder:^10.0-beta11 --no-update
64-
if: ${{ github.event_name == 'pull_request' }}
65-
-
66-
run: composer require symplify/rule-doc-generator:^10.0-beta11 --no-update
67-
if: ${{ github.event_name == 'pull_request' }}
68-
6955
- run: composer install --ansi
7056

7157
- run: vendor/bin/phpunit

0 commit comments

Comments
 (0)