Skip to content

2.3.0

Latest
Compare
Choose a tag to compare
@mnapoli mnapoli released this 11 Jul 11:39
4b13aca

What's Changed

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