Skip to content

Update PHP provisioning versions#4163

Open
adevade wants to merge 1 commit intodeployphp:masterfrom
adevade:patch-2
Open

Update PHP provisioning versions#4163
adevade wants to merge 1 commit intodeployphp:masterfrom
adevade:patch-2

Conversation

@adevade
Copy link
Contributor

@adevade adevade commented Feb 4, 2026

This PR updates the PHP provision script to fallback to PHP 8.4, since 8.3 does not get active support anymore.

It also updates the suggestion list to remove 8.0 and 8.1 since they're not getting security updates, and adds the latest versions 8.4 and 8.5.

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


  • Bug fix #…?

  • New feature?

  • BC breaks?

  • Tests added?

  • Docs added?

    Please, regenerate docs by running next command:
    $ php bin/docgen
    

Copilot AI review requested due to automatic review settings February 4, 2026 11:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the PHP provisioning script to reflect current supported PHP versions and adjust the default fallback accordingly.

Changes:

  • Update the default fallback PHP version from 8.3 to 8.4 when deriving it from composer.json or when no constraint is present.
  • Refresh the interactive suggestion list by removing outdated versions 8.0 and 8.1 and adding 8.4 and 8.5.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants