Inaccurate documentation: Terminus does does not support php version 8.3+ but Pantheons documentation states it does.
https://docs.pantheon.io/terminus/install
Expected behavior
- Terminus works:
terminus --versiondisplays the version.
Actual behavior
$ terminus --version
PHP 8.3+ is not supported by this version of Terminus.
Check for new versions at https://github.com/pantheon-systems/terminus/releases
Set environment variable TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP to try continuing anyway.
Stopping.
Steps to reproduce the problem
- Run the above commands.
Suggested Resolution
- Update documentation to note 8.3 is not supported.
Current docs state:
PHP Version 7.4 or later reference: https://docs.pantheon.io/terminus/install#required-packages
Should this be moved to the Terminus issue queue, or the issue title updated to clarify it's about Terminus and not Pantheon hosting itself?
Should this be moved to the Terminus issue queue, or the issue title updated to clarify it's about Terminus and not Pantheon hosting itself?
@damienmckenna specifically this is about Pantheons hosting documentation (hence its on the Pantheon Systems Documentation repo) on regarding their Terminus product.
I've updated the description to better reflect a solution that only involves updating documentation along with updating the description to show this is in reference to the documentation.
It looks like this issue was fixed here: https://github.com/pantheon-systems/terminus/pull/2517/files
On my local machine I'm seeing:
terminus --version
Terminus 3.3.5
and
php -v
PHP 8.3.4 (cli) (built: Mar 12 2024 23:42:26) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.4, Copyright (c) Zend Technologies
with Zend OPcache v8.3.4, Copyright (c), by Zend Technologies
Please re-open if there's still a problem