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

WIP Renovate/php 8.x luisaveiga #595

Closed
wants to merge 8 commits into from

Conversation

beto-aveiga
Copy link
Collaborator

@beto-aveiga beto-aveiga commented Jun 19, 2024

Description

This PR is a modification of #588

Background

The tugboat is not working. If I recall correctly, I saw a quota issue explaining why the tests are failing.

Do you know if this is what is needed? I added restrictions to run tests with PHP 8.3 only.
I also set the default DDEV version to 1.23.2 because I couldn't replicate the issues on my machine when I started. DDEV v1.23.2 already has PHP 8.3.

There are PHP version strings on the Drainpipe Tugboat still, but I prefer to first have feedback if this is the correct approach. If so, I can update the missing ones.

@beto-aveiga beto-aveiga marked this pull request as ready for review June 19, 2024 15:48
@github-actions github-actions bot temporarily deployed to pantheon-pr-595 June 19, 2024 15:51 Destroyed
@github-actions github-actions bot temporarily deployed to pantheon-pr-595 June 19, 2024 16:12 Destroyed
@github-actions github-actions bot temporarily deployed to pantheon-pr-595 June 19, 2024 16:53 Destroyed
@github-actions github-actions bot temporarily deployed to pantheon-pr-595 June 19, 2024 17:36 Destroyed
@github-actions github-actions bot temporarily deployed to pantheon-pr-595 June 19, 2024 18:22 Destroyed
@github-actions github-actions bot temporarily deployed to pantheon-pr-595 June 19, 2024 18:46 Destroyed
@@ -10,7 +10,7 @@
"psr-4": {"Lullabot\\DrainpipeDev\\Tests\\Functional\\": "tests/src/functional/"}
},
"require": {
"php": "^8.1",
"php": "^8.3.8",
Copy link
Member

Choose a reason for hiding this comment

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

We're going to want to support PHP 8.1, 8.2, and 8.3.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm unclear about what to do next.
If I don't change the PHP version, it won't work.
Do you have a suggestion on how to do it? My approach may be wrong.

@mrdavidburns
Copy link
Member

@deviantintegral @justafish Is Drainpipe able to support multiple point releases of PHP? I thought it supported 8.1 and 8.2 right now, but I could be wrong.

Suggestions on how we can support 8.1, 8.2, and 8.3?

@mrdavidburns
Copy link
Member

Fixed in main branch.

@mrdavidburns mrdavidburns deleted the renovate/php-8.x--luisaveiga branch August 26, 2024 12:32
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.

2 participants