Skip to content

Commit fad1c40

Browse files
committed
Remove tests about polyfills
1 parent 217fca4 commit fad1c40

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -143,25 +143,6 @@ jobs:
143143
cp ../../../phpstan vendor/phpstan/phpstan/phpstan
144144
cp ../../../bootstrap.php vendor/phpstan/phpstan/bootstrap.php
145145
vendor/bin/phpunit
146-
# - php-version: 7.2
147-
# name: Rector with polyfills
148-
# script: |
149-
# mkdir e2e/integration/repo
150-
# cd e2e/integration/repo
151-
# yes | composer init --name some/prj
152-
# composer require --dev rector/rector:0.18.13
153-
# cp ../../../phpstan.phar vendor/phpstan/phpstan/phpstan.phar
154-
# cp ../../../phpstan vendor/phpstan/phpstan/phpstan
155-
# cp ../../../bootstrap.php vendor/phpstan/phpstan/bootstrap.php
156-
# vendor/bin/rector list
157-
# - php-version: 7.4
158-
# name: Polyfills loaded twice
159-
# script: |
160-
# git clone https://github.com/oliverklee/ext-seminars.git -b v5.5.1 --depth 1 e2e/integration/repo
161-
# cd e2e/integration/repo
162-
# composer config repositories.0 '{"type":"path","url":"../../.."}'
163-
# composer config minimum-stability dev
164-
# composer install
165146
166147
steps:
167148
- name: "Checkout"

0 commit comments

Comments
 (0)