1.7.13
This release introduces PHP 8.2 stable π
You can start deploying with PHP 8.2 by replacing the PHP version in serverless.yml
:
functions:
api:
handler: public/index.php
layers:
- - ${bref:layer.php-81}
+ - ${bref:layer.php-82}
If you don't use serverless.yml
, check out runtimes.bref.sh for a list of Lambda runtimes.
All changes
- Support Europe/Spain region by @kevincerro in #1331
- PHP 8.2 stable released by @mykiwi in #1341
New Contributors
- @kevincerro made their first contribution in #1331
Full Changelog: 1.7.12...1.7.13