Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds PHP 8.0 runtimes.
These 8.0 runtimes are obviously experimental, use at your own risk. They are based on PHP 8.0.0-alpha1.
They do not include the redis or mongodb extension. The dev layer do not include Blackfire (doesn't support PHP 8.0 yet), but it does include XDebug 3.0-dev (master), which I haven't tested ;)
If you are interested in the details, nothing in particular changed in the build process compared to PHP 7.4.
I have built the layers for testing. I'll create the final layers after merging this PR.
If you want to give it a try in the meantime:
arn:aws:lambda:us-east-1:416566615250:layer:php-80:1arn:aws:lambda:us-east-1:416566615250:layer:php-80-fpm:1You can replace
us-east-1with any region, the layer version should always be1.Here is an example:
functions: web: handler: public/index.php layers: - - ${bref:layer.php-74-fpm} + - 'arn:aws:lambda:us-east-1:416566615250:layer:php-80-fpm:1'