cachewerk / heroku-php-extensions

Pre-built PHP extensions for Heroku that are not included or fully supported by the official PHP buildpack.
https://php-extensions.herokuapp.com
MIT License
28 stars 5 forks source link

Add support for php 8.2 #26

Closed Tugzrida closed 11 months ago

Tugzrida commented 11 months ago

It looks like PHP 8.2 support was started but doesn't appear to be working. This is my best guess at how to get it working based on previous versions.

Tugzrida commented 11 months ago

Looks like those fails are due to Postgres no longer supporting bionic on their apt repo. Given that the heroku-18 stack is EoL, it's probably pretty safe to drop it from the workflow. Happy to open another PR with that change so that can be merged and then the tests here can run again.

Tugzrida commented 11 months ago

Thanks @tillkruss! ❤️