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

Self tests failing on php version check #9

Open
greg-1-anderson opened this issue Mar 5, 2018 · 0 comments
Open

Self tests failing on php version check #9

greg-1-anderson opened this issue Mar 5, 2018 · 0 comments

Comments

@greg-1-anderson
Copy link
Collaborator

The php version set for the dev environment is 5.5 (default).

The test scripts create a new multidev from the dev environment. The pantheon.upstream.yml includes a directive to set the php version to 7.0.

The contents of pantheon.upstream.yml (or pantheon.yml) are not considered or applied on an upstream update. Ergo, the php version stays at 5.5.

Perhaps the easiest workaround would be to make a no-op change to the pantheon.upstream.yml file or pantheon.yml file and commit it via Termimus. This should combine the settings in pantheon.upstream.yml with the settings in pantheon.yml and apply any changes (e.g. php version).

This test failure does not affect the example-drops-8-composer repository tests.

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

1 participant