-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Run CI builds on PHP 5.3.* instead of PHP 5.3.3 #7324
Comments
First commit in 14ede46 |
Unfortunately that didn't solve the problem, build still failing hard: https://travis-ci.org/piwik/piwik/jobs/52668870 Looking forward to #7323 ! In the meantime, maybe we should mark the build as "Allow failures" and then we could check the PHP 5.3 build once a month prior to release, to make sure there are no new code added that only work for PHP 5.3... ? |
…7324 (cherry picked from commit 5bb23ee)
Failures are now "allowed" for PHP 5.3 - problem solved https://travis-ci.org/piwik/piwik/builds/52689479 |
… 5.3 we would still catch most bugs Refs #7324
Another idea I just got, would be to run only unit + integration tests on PHP 5.3 |
Refs #7324 Running builds on PHP 5.3.3, this will fix many Plugins UI builds Refs
The goal of this issue is to find a solution to the randomly failing CI builds on PHP 5.3.3.
Because we really do need our builds to be green at all times, we cannot afford failing builds due to bugs in PHP versions that are 5+ years old.
Note: this issue will be gone anyway when we deprecate PHP 5.3 in #7323
The text was updated successfully, but these errors were encountered: