build-image icon indicating copy to clipboard operation
build-image copied to clipboard

feat: Install PHP 8.1

Open bakerkretzmar opened this issue 3 years ago • 1 comments

Adds PHP 8.1 to the build image. Just like 7.4, it can be selected and used in builds by setting the PHP_VERSION environment variable.

PHP 8.1 was released almost a year ago, and PHP 8.0 (the highest version currently included in this build image) will stop receiving active support next month when 8.2 is released.

See https://www.php.net/supported-versions.php

To test this I built and ran the image locally and verified that PHP 8.1 is installed and runs.


image

bakerkretzmar avatar Oct 07 '22 20:10 bakerkretzmar

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot https://conventionalcommits.org/

As PHP 7.4 has been EOL'd and PHP 8.2 is now out, I wanted to check in on the status of a build with PHP 8.1. Are there any plans to release this?

intrepidws avatar Dec 06 '22 16:12 intrepidws

We're looking into this and aiming to release it soon!

kitop avatar Dec 06 '22 19:12 kitop