Closed heroku-linguist[bot] closed 2 months ago
What was the reason behind removing PHP version 8.1.3 in this release?
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.
Commits since the last release:
For the full diff, see the compare view: https://github.com/heroku/heroku-buildpack-php/compare/v255...main