Skip to content

Commit

Permalink
PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Sep 6, 2024
1 parent 290c414 commit 58cd8e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'

- name: Git checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
tools: bref/cli:dev-main

- uses: ramsey/composer-install@v3
Expand Down
4 changes: 2 additions & 2 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ provider:
stage: prod
runtime: provided.al2
layers:
- ${bref:layer.php-80}
- ${bref:layer.php-81}
timeout: 10
environment:
APP_ENV: prod
Expand Down Expand Up @@ -119,7 +119,7 @@ functions:
handler: console
timeout: 900
layers:
- ${bref:layer.php-80}
- ${bref:layer.php-81}
- ${bref:layer.console}

plugins:
Expand Down

0 comments on commit 58cd8e4

Please sign in to comment.