-
Notifications
You must be signed in to change notification settings - Fork 1k
chore(appengine): enable deployment tests for php74 #1242
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
The PHP 7 GAE samples are in a Should we move them to a Also: cl/347708615 should unblock the tests internally. |
|
Assuming that PHP 7.4 samples would be very close to PHP 7.2 ones, then, yes, I would change the name of the php72 directory to php7 and update the sample to 7.4. That's what I did with the Python samples, which used to have a standard_python37 directory and now has only a standard_python3 one. |
|
No tests were run by this PR, because it didn't have the |
Related to b/173545239 and #1242
|
This is quasi-blocked on us cleaning up the Kokoro architecture. |
Addresses b/173545239