heroku / heroku-buildpack-php

Heroku's classic buildpack for PHP applications.
https://devcenter.heroku.com/categories/php-support
MIT License
808 stars 1.59k forks source link

Prepare release v256 #753

Closed heroku-linguist[bot] closed 2 months ago

heroku-linguist[bot] commented 2 months ago

Commits since the last release:

For the full diff, see the compare view: https://github.com/heroku/heroku-buildpack-php/compare/v255...main

rome2o commented 1 month ago

What was the reason behind removing PHP version 8.1.3 in this release?

dzuelke commented 1 month ago

What was the reason behind removing PHP version 8.1.3 in this release?

What are you referring to, @rome2o? PHP 8.1.3 is two and a half years old, this PR added releases from the PHP 8.2 and 8.3 series only.

Generally, we only support the latest point releases of each series, not a particular older version. You should never require a particular patch version, but instead e.g. "8.1.*", as detailed in https://devcenter.heroku.com/articles/php-support#selecting-a-runtime.