-
Notifications
You must be signed in to change notification settings - Fork 979
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
Why is PHP locked at 8.0.0? Please add more minor versions #506
Comments
+1 |
Any updates on this? Driving me crazy |
This is funny!, runtimes for 7.3 and 7.4 are depricated and the only supported version is 8 which is locked to 8.0.0! |
I have stopped using PHP runtimes altogether. Now I build things inside docker. However I am still not closing this issue, since I still think AWS should add more versions. |
Would appreciate a more up to date version of PHP 8.0 available.... |
I've made a PR to (hopefully) help fix this. Not sure who can take a look at it. @leoherran-aws? |
+1 |
Please can this be addressed? |
@abbluiz any update on this? |
@AshrafAkon I stopped using the PHP runtime. During CodeBuild, I build a docker image that has the latest PHP version, though. And some steps that I were doing outside the docker image build (in the CodeBuild machine/runtime itself), I included them in the Dockerfile. |
@abbluiz I am also thinking about doing something same. My main issue was composer. Some package uses minimum php 8.0.2. So I am thinking about using the latest composer image and run "composer install" from there. |
I stopped using the AWS Codebuild image and switched to using the Bitnami Laravel Image. The only other change I had to make to the build process, was to manually install the AWS Cli. |
@edward-aslin care sharing a tutorial? cause am getting this error currently: Although, for now, I do |
It will vary depending on your VPC setup etc. But essentially
|
+1 for this please, lack of PHP 8.1 support is an absolute blocker for us migrating to CodeBuild from Bamboo. |
+1 |
We have updated the PHP 8.0 minor versions in #535. Going to leave open for PHP 8.1 support. |
There are no available PHP runtimes for PHP 8.0.2 (PHP is 8.0.14 at the time of creation of this issue). There is also no available runtimes for PHP 8.1.
The text was updated successfully, but these errors were encountered: