2.3.0
What's Changed
- Add support for PHP 8.4 alpha versions by @mnapoli and @mykiwi in #1842 and brefphp/aws-lambda-layers#185
To use PHP 8.4, update serverless.yml
:
functions:
web:
handler: public/index.php
- runtime: php-83-fpm
+ runtime: php-84-fpm
Remember that this is the first alpha version of PHP 8.4, do not use it in production :)
See: https://www.php.net/index.php#2024-07-05-1
Full Changelog: 2.2.1...2.3.0