Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit PHP support for CMS 6 to PHP 8.3 only #297

Closed
GuySartorelli opened this issue Aug 19, 2024 · 0 comments
Closed

Limit PHP support for CMS 6 to PHP 8.3 only #297

GuySartorelli opened this issue Aug 19, 2024 · 0 comments
Assignees

Comments

@GuySartorelli
Copy link
Member

GuySartorelli commented Aug 19, 2024

As per our major release policy:

At launch, a Silverstripe CMS major release supports all PHP versions in full support. PHP versions in limited support are not supported at launch by new Silverstripe CMS major releases.

According to the PHP supported versions page, PHP 8.1 already lost active support, and PHP 8.2 will lose active support on 31 December 2024 which is before CMS 6 will launch.

Therefore, of the versions of PHP currently stable, only PHP 8.3 is allowed at release (PHP 8.4 will release before then, but that will be handled under a separate card)

Acceptance criteria

  • Docs indicate CMS 6 supports PHP 8.3 only at launch
  • CI doesn't try to run anything with PHP 8.1 or 8.2 for CMS 6

PRs

The above must be merged first - some of the CI runs depend on it before they'll go green (notably config - I think the rest probably don't need it, from looking at them, but not 100% sure)

@GuySartorelli GuySartorelli self-assigned this Aug 19, 2024
This was referenced Aug 19, 2024
This was referenced Aug 19, 2024
@GuySartorelli GuySartorelli removed their assignment Aug 21, 2024
@emteknetnz emteknetnz self-assigned this Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants