Gitpod Image PHP 8.0 regressed to 7.4 #202
Labels
awaiting-gitpod-internal-fix
The issue will be addressed by the gitpod team
bug
Something isn't working
important
internal-gitpod-bug
Bug in the Gitpod platform itself
Milestone
Describe the bug
The underlying Gitpod image regressed it's version of PHP from 8.0 back to 7.4
This breaks the new functionality added in the
v1.5.0
releaseScreenshots
Steps to reproduce
php -v
outputs PHP 7.4.3Expected behavior
gitpodlatest
should always be PHP >= 8.0 once the workspace is running.Additional information
This issue is essentially a patch for gitpod-io/workspace-images#714
Probably the best way to handle this for now is to add an option for installing php8.0 and a pre install check that will skip the PHP install process if the current version (in the Gitpod image) is the same as the target version to install.
The text was updated successfully, but these errors were encountered: