Skip to content

0.5.29

Compare
Choose a tag to compare
@mnapoli mnapoli released this 14 Jul 13:16
· 2021 commits to master since this release

How to test your applications with PHP 8.0 (alpha2)? Replace the PHP version in serverless.yml:

functions:
    function:
        ...
        layers:
-            - ${bref:layer.php-74}
+            - ${bref:layer.php-80}
    web:
        ...
        layers:
-            - ${bref:layer.php-74-fpm}
+            - ${bref:layer.php-80-fpm}