-
-
Notifications
You must be signed in to change notification settings - Fork 181
Add consistent local environment for testing with docker and docker-compose #262
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
thirsch
left a comment
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.
just a small typo-fix
alquerci
left a comment
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.
Add apcu for PHP 5.5+
PHP 5 => 4.0.11
PHP 7+ => 5.1.21
|
News, APC tests failed on all versions, so by default there are disabled until patch is done. Related to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805883 And it seems that APC does not support negative lifetime. |
7d39d38 to
957d24f
Compare
* Add apcu for PHP 5.5+ * Disable APC on PHP 7+ as APCu 5 is not supported * Add ability to use a custom test runtime Co-authored-by: Thomas <th@it-solutions-hirsch.de>
b88b2a5 to
e8cbc9d
Compare
|
@thePanz I remind you that this PR is a dependency for all new one. |
|
Please have a look at: #268 Would it be great to have the last errors fixed ... do you have any hint? |
|
@thePanz same concern as of FriendsOfSymfony1/doctrine1#89 (comment) |
Goal
Usage
Look at the README.md.
In short
Test results
Same matrix than travis-ci
New additional matrix (disabled by default)
Related to #261