Skip to content
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

Allow Symfony 5 to unlock the CI of symfony/symfony #189

Merged
merged 2 commits into from Sep 20, 2019
Merged

Allow Symfony 5 to unlock the CI of symfony/symfony #189

merged 2 commits into from Sep 20, 2019

Conversation

nicolas-grekas
Copy link
Contributor

@nicolas-grekas nicolas-grekas commented Sep 19, 2019

A quick merge would be greatly appreciated as the CI of symfony/symfony needs this change to be green. Thanks in advance!

see e.g. https://travis-ci.org/symfony/symfony/jobs/587127531

@barryvdh
Copy link
Contributor

I think you need dist: trusty for this to work on legacy PHP versions as Xenial is now the default; https://travis-ci.community/t/php-5-4-and-5-5-archives-missing/3723/6

@nicolas-grekas
Copy link
Contributor Author

dist: trusty works thanks for the review, tests green.
I removed hhvm and added 7.3 & 7.4

@@ -2,6 +2,8 @@ language: php

sudo: false

dist: trusty
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add this only for the jobs needing it (PHP 5.5)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this would serve no purpose, the CI of Symfony 3.4 runs on trusty, all is fine:
https://github.com/symfony/symfony/blob/3.4/.travis.yml

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the purpose would be to use the newer Trusty environment in as many jobs as possible.

@stof stof merged commit 33e9039 into tijsverkoyen:master Sep 20, 2019
@nicolas-grekas nicolas-grekas deleted the patch-1 branch September 20, 2019 11:23
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.

None yet

3 participants