-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Updated backend dependencies #1152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -35,16 +35,13 @@ jobs: | |||
include: | |||
# Run tests with the dependencies from composer.lock | |||
- php: 7.2 | |||
- php: 7.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so no tests on PHP 7.3 anymore ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No ... I thought that the lowest supported version (7.2) and the highest supported version (7.4) was enough. Do you agree?
I need help to debug the following issue in Travis. Thanks!
|
I think changing the line Line 23 in 978b34f
return (new PhpCsFixer\Config()) should fix the problem.
For more info see PHP-CS-Fixer/PHP-CS-Fixer#4828 |
@rosier yes!! Thanks a lot for your help. Tests are green again! |
Dependencies were updated with Composer 2 RC1.