Skip to content

Commit

Permalink
Integration tests - Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 20, 2020
1 parent 5eba0b2 commit 602c2e3
Show file tree
Hide file tree
Showing 3 changed files with 2,323 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,14 @@ jobs:
composer install
../../../phpstan.phar analyse -c ../slevomat-cs.neon -l 7 SlevomatCodingStandard
../../../phpstan.phar analyse -c build/PHPStan/phpstan.tests.neon -l 7 tests
- |
git clone https://github.com/composer/composer.git e2e/integration/repo
cd e2e/integration/repo
git checkout 2.0.0-alpha1
composer install
composer config platform --unset && composer update
bin/composer require --dev phpunit/phpunit:^7.5 --with-all-dependencies
../../../phpstan.phar analyse -c ../composer.neon -l 5 src tests
steps:
- name: "Checkout"
Expand Down

0 comments on commit 602c2e3

Please sign in to comment.