Skip to content

Test this project with Symfony 4.4 and 5.0 #987

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

Closed
javiereguiluz opened this issue Jun 3, 2019 · 2 comments
Closed

Test this project with Symfony 4.4 and 5.0 #987

javiereguiluz opened this issue Jun 3, 2019 · 2 comments

Comments

@javiereguiluz
Copy link
Member

Description of the idea

Symfony 4.4 and 5.0 will be released at the end of November 2019. A new major version is always very important in Symfony timeline, so let's test all features in those versions too.

The work to do

The .travis.yml file at the root of the project must be updated to also test the project with 4.4 and 5.0. These new test jobs must also be added to the list of "things allowed to fail" ... because we don't care if they fail today ... we only want to closely check those errors to see if Symfony breaks things.

Thanks!

@javiereguiluz javiereguiluz pinned this issue Jun 4, 2019
@mazarini
Copy link

mazarini commented Jun 26, 2019

Hi,

I made a try but it fail :

$ composer $ACTION
Loading composer repositories with package information
Updating dependencies (including require-dev)
PHP Fatal error:  Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) in phar:///home/travis/.phpenv/versions/7.3.2/bin/composer/src/Composer/DependencyResolver/RuleSetGenerator.php on line 129
Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) in phar:///home/travis/.phpenv/versions/7.3.2/bin/composer/src/Composer/DependencyResolver/RuleSetGenerator.php on line 129
The command "composer $ACTION" failed and exited with 255 during .

$ACTION=update
The same fail with 4.4 and 5.0 (both minimum-stability=dev)

Edit :
4.4 work with memory_limit = -1 (except diff on composer.json and lock)
5.0 still fail (proc_open(): fork failed - Cannot allocate memory)

@javiereguiluz
Copy link
Member Author

Fixed in #1007.

@javiereguiluz javiereguiluz unpinned this issue Jul 9, 2019
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

No branches or pull requests

2 participants