Skip to content

Conversation

@dave1010
Copy link
Contributor

No description provided.

@dave1010
Copy link
Contributor Author

If you need PHP 8.5 now, add this to your env setup script:

add-apt-repository -y ppa:ondrej/php
apt-get update -qq
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends php8.5 composer
/usr/bin/php8.5 -v
ln -sf /usr/bin/php8.5 /usr/local/bin/php
mise settings add disable_tools php
eval "$(mise env)"
which php
php -v
composer install --no-progress

It will add a couple of minutes to the container setup but hopefully the image will be cached.

@willwang-openai
Copy link
Collaborator

@codex update the README based on the new PHP version added

@chatgpt-codex-connector
Copy link

Note

To use Codex here, create an environment for this repo.

@willwang-openai
Copy link
Collaborator

@codex update the README based on the new PHP version added

@chatgpt-codex-connector
Copy link

Codex couldn't complete this request. Try again later.

@willwang-openai willwang-openai merged commit f23dc7c into openai:main Dec 1, 2025
3 checks passed
@dave1010 dave1010 deleted the patch-1 branch December 1, 2025 23:35
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.

2 participants