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

Fix failing HEAD tests #46

Merged
merged 5 commits into from
Feb 21, 2024
Merged

Fix failing HEAD tests #46

merged 5 commits into from
Feb 21, 2024

Conversation

paul-m
Copy link
Collaborator

@paul-m paul-m commented Feb 21, 2024

ddev HEAD seems to have changed its PHP images to not include python, or more to the point pip. This means we can't just use it to install yq.
The obvious question is: Why do we need yq? And the answer is: We did, and now we don't. I looked through the codebase here to find where we use yq, and couldn't find any usages. I believe we had it to support adding test users in a yaml format.
Therefore, we remove the extra Dockerfile for the PHP container.

@paul-m paul-m marked this pull request as ready for review February 21, 2024 20:24
@paul-m paul-m changed the title Fix failing head tests Fix failing HEAD tests Feb 21, 2024
@paul-m paul-m merged commit 301134f into main Feb 21, 2024
2 checks passed
@paul-m paul-m deleted the fix-fails branch February 21, 2024 20:28
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.

1 participant