aws / aws-codebuild-docker-images

Official AWS CodeBuild repository for managed Docker images http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html
Other
1.12k stars 974 forks source link

Add PHP 8.2 Support #614

Closed likeadeckofcards closed 1 year ago

likeadeckofcards commented 1 year ago

There is an open request for adding PHP 8.2 to Elastic Beanstalk. In order to use Code Build with Elastic Beanstalk, PHP 8.2 needs to be offered as a supported version of Code Build.

subinataws commented 1 year ago

This will be supported in Ubuntu based images in a couple of weeks. Amazon Linux base image is being updated to AL2023 and will get this support a few weeks after that, likely by mid-May.

Dylan-AWS commented 1 year ago

Added php 8.2 support to ubuntu 7.0

darylteo commented 1 year ago

Hi team, this doesn't seem to be working on the official images, despite documentation.

Minimal buildspec in screenshot.

CodeBuild - AWS Developer Tools (2) CodeBuild - AWS Developer Tools (3) CodeBuild - AWS Developer Tools (1)

Documentation:

Screen Shot 2023-05-02 at 12 41 02 pm

Dylan-AWS commented 1 year ago

Hi @darylteo thanks for reporting this we will address this in the next release, for now you can run a build without specifying the php version and you will be able to use php 8.2 within the build.

Dylan-AWS commented 1 year ago

This issue is resolved, 8.2 is also supported in al2 5.0 #639