heroku / heroku-buildpack-php

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

PHP 8.3 preps: test updates and default version range limits #670

Closed dzuelke closed 11 months ago

dzuelke commented 11 months ago

Update some tests for forward compatibility with 8.3+

Also generally confine the default PHP version to something known; this prevents test failures in unrelated branches running against dev buckets with newer major builds (n.b. yes, we'll eventually re-structure this to allow more than one "develop" bucket).

GUS-W-14454295