File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments