Skip to content

1.7.13

Compare
Choose a tag to compare
@mnapoli mnapoli released this 08 Dec 19:45
· 1058 commits to master since this release
d5dfd55

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

New Contributors

Full Changelog: 1.7.12...1.7.13