Tools - refactoring testing different php versions and installing suggested tools#220
Merged
Conversation
21bba8e to
0c5ba76
Compare
- don't restrict phpunit version, composer should select correct version - install suggested tools for php5 https://github.com/EdgedesignCZ/phpqa/pull/220/checks?check_run_id=1829726513#step:5:74 Package phpstan/phpstan at version has a PHP requirement incompatible with your PHP version (5.6.40)
0c5ba76 to
7ea5bfe
Compare
7ea5bfe to
40ec9cc
Compare
- test default composer.lock, default composer.lock + suggested tools and updated composer.lock + suggested tools - always --ignore-platform-reqs (following commands will fail, if there are troubles) - requireMode is not necessary for detecting symfony2/symfonyX versions
ace1105 to
c92fa9b
Compare
…ted on php 5.6 php 5.6 + composer update + psalm = weird conflicts https://github.com/EdgedesignCZ/phpqa/pull/220/checks?check_run_id=1830691807#step:5:162
cece34e to
b7fcf1b
Compare
b7fcf1b to
dc35f30
Compare
…cessary It was hotfix for old docker build 94e9b49 (https://travis-ci.org/github/EdgedesignCZ/phpqa/jobs/337159089#L1161) It's not necessary after 1afe25b and 13a8025.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to changes in #218. New security-checker and psalm/php-cs-fixer needs at least Symfony3. Symfony2 is required only for PHP 5.4 (5.4 vs 5.5).