Skip to content

Commit

Permalink
Upgrade PHP version to 8.1 to match the required version in Symfony 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngdo-pro committed Sep 25, 2023
1 parent 9149324 commit 6911c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bref/symfony-bridge/0.1/serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ functions:
handler: public/index.php
timeout: 28 # in seconds (API Gateway has a timeout of 29 seconds)
layers:
- ${bref:layer.php-80-fpm}
- ${bref:layer.php-81-fpm}
events:
- httpApi: '*'
# This function let us run console commands in Lambda
console:
handler: bin/console
timeout: 120 # in seconds
layers:
- ${bref:layer.php-80} # PHP
- ${bref:layer.php-81} # PHP
- ${bref:layer.console} # The "console" layer

package:
Expand Down

0 comments on commit 6911c12

Please sign in to comment.