Skip to content

feat: remove php 8.0, add php 8.3 #383

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

Merged
merged 2 commits into from
May 30, 2024
Merged

feat: remove php 8.0, add php 8.3 #383

merged 2 commits into from
May 30, 2024

Conversation

bshaffer
Copy link
Contributor

@bshaffer bshaffer commented May 16, 2024

PHP 8.0 is EOL, and PHP 8.3 was released over 6 months ago. We should remove the PHP 8 container and begin testing on PHP 8.3

See GoogleCloudPlatform/php-docs-samples#1963

@bshaffer bshaffer requested a review from a team as a code owner May 16, 2024 00:59
@@ -1,6 +1,6 @@
FROM gcr.io/gcp-runtimes/ubuntu_20_0_4
ENV PHP_DIR=/opt/php82
ENV PHP_SRC_DIR=/usr/local/src/php80-build
ENV PHP_SRC_DIR=/usr/local/src/php82-build

Choose a reason for hiding this comment

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

Was this correct before?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's just the same of the env var (PHP_SRC_DIR) for the PHP source, so basically PHP 8.2 was being sourced in a directory called php80. It's not a functional problem, but I didn't like it, so I changed it.

@bshaffer
Copy link
Contributor Author

@yoshi-approver anyone able to give this a look?

@chingor13 chingor13 requested a review from a team as a code owner May 30, 2024 18:53
@bshaffer bshaffer merged commit 39406c0 into main May 30, 2024
10 checks passed
@bshaffer bshaffer deleted the add-php83-image branch May 30, 2024 19:59
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.

3 participants