-
Notifications
You must be signed in to change notification settings - Fork 82
Setup Travis CI & GCP project on fork #511
Comments
@tmatsuo, @chingor13, @donmccasland who is responsible for this repository now? |
Same here :) it's starting to be a security risk now @tmatsuo, @chingor13, @donmccasland, @tmatsuo, @deustis, @bendory, @nkubala Also it seems since this message @donmccasland has fixed alot but why is there no release yet? And where can we help? |
Hey folks, just getting back from vacation. I finished work on 7.3 and I will be able to release it tomorrow. I can review #510 and merge it. We need to deprecate 7.1 since it is no longer being updated, but we will need to announce the deprecation to customers. |
That’s great! Thank you very much for the update. Is there a way to test it before the release? |
That's awesome! @donmccasland is there something we can do to help implementing php 7.4 (per pull request)? if so glad to do this. So we can speed up the release time 👍 |
@donmccasland any update here on tagging the new version for PHP 7.3? |
@donmccasland I tried to deploy the 7.3 image to a staging App Engine flex environment with the php runtime and it says it only supports 7.2. Does someone need to update something on the GCP side to allow us to use this image now? |
Let me check into this.
…On Fri, Aug 14, 2020 at 10:16 PM Derek Herman ***@***.***> wrote:
@donmccasland <https://github.com/donmccasland> I tried to deploy the 7.3
image to a staging App Engine flex environment with the php runtime and it
says it only supports 7.2. Does someone need to update something on the GCP
side to allow us to use this image now?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#511 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAF76URAVU6N4EVX7RSUL7LSAYK3XANCNFSM4NWU3XRQ>
.
|
Thank you @donmccasland |
@donmccasland any updates on when 7.3 will be supported on App Engine flex with the php runtime? |
or 7.4 :/ |
Looks like it's supported on App Engine now, which is great. However, it would be nice to get the latest version |
I'm trying to do the same thing that @derekherman was trying to do before. Is there any documentation about this? I'd like to try deploying a 7.4 image, it looks like someone had that functionality merged, but there is currently a typo within the Dockerfile. |
I've been struggling with this some, but I was able to use the TRAVIS.md to get started. The check_versions phpunit test script Another issue related to this unit test, is that it looks for artifacts/packages for versions using That's the part I'm trying to work out now. I've been able to follow the instructions in I've never built php before and don't know if there are security issues with any of them, or if they're too intensive for an App Engine environment. There are a handful of environment variables that you need to set or specify when running some of the scripts. Most of them use cloud build to run, including the ones used by travis, but you can execute them locally if you have gcloud installed and configured to use the same service account you'd create if you follow the suggestions in TRAVIS.md |
I have forked this repository to start contributing some fixes, mainly updating PHP, and have run into a few problems. Without a passing build I am hesitant to submit any PRs to address issues. Could someone please help me get my fork working correctly so I can contribute to this project?
PR Update check_versions.sh #510 needs to be merged else the build fails to run.
The value for
TAG
is unclear, defineTAG
in this context.PHP
7.1.x
is no longer found on this PHP downloads page and should be removed fromcheck-versions/tests/VersionTest.php
. I first thought it was the reason why I was getting the following error message, but realized it's happening for another reason—which I'm not exactly clear on yet.I'm a big fan of GAE, which I recommend to clients and use for many PHP & Node projects. However, without some updates to these PHP containers for flex I am starting to consider other options like GKE or custom images. I'd much rather use the default images though. This project is starting to appear abandoned and not safe for production workloads. I am more than happy to contribute time and energy to this project but would need a little help with the initial setup of the CI/CD pipeline.
The text was updated successfully, but these errors were encountered: