documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Inaccurate documentation: Terminus does does not support php version 8.3+ but Pantheons documentation states it does.

Open zane-kanopi opened this issue 1 year ago • 2 comments

https://docs.pantheon.io/terminus/install

Expected behavior

  • Terminus works: terminus --version displays 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

  1. 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

Screenshot 2024-01-18 at 11 52 58 AM

zane-kanopi avatar Jan 18 '24 16:01 zane-kanopi