Skip to content

Conversation

@webignition
Copy link

@webignition webignition commented Oct 23, 2019

Fixes #245
Fixes #246

This PR addresses two separate issues that are causing/will cause Travis builds to fail. These issues need to be addressed simultaneously to result build failures.

#245 relates to Travis now installing Chrome 78 which requires an update of ChromeDriver. Travis previously installed Chrome 76 then Chrome 77 both of which were compatible with the version of ChromeDriver being used.

#246 relates to phpstan under PHP 7.3 failing due to there being unmatched ignored error patterns (which are required when invoking phpstan under PHP 7.1 or 7.2).

@webignition
Copy link
Author

@dunglas This addresses two separate issues that are causing all Travis builds to fail and which will resolve Travis build errors for all projects that depend on panther.

@webignition webignition mentioned this pull request Oct 25, 2019
@dunglas dunglas merged commit b6e7f26 into symfony:master Oct 28, 2019
@dunglas
Copy link
Member

dunglas commented Oct 28, 2019

Thanks @webignition!

@webignition webignition deleted the github-245-246 branch October 28, 2019 10:05
dunglas added a commit that referenced this pull request Dec 28, 2020
Bump ChromeDriver to v78, ignore unmatched errors under phpstan
nicolas-grekas pushed a commit that referenced this pull request Jan 18, 2021
Bump ChromeDriver to v78, ignore unmatched errors under phpstan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Builds failing on Travis when linting PHP 7.3 Travis build failures: This version of ChromeDriver only supports Chrome version 76

2 participants