Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to php8 and remove build flavor #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@
name: app

# The type of the application to build.
type: php:7.4
type: 'php:8.0'

# Indicate that we want to use composer2, (leave out if you want composer1)
dependencies:
php:
php:
composer/composer: '^2'

runtime:
extensions:
- redis

build:
flavor: composer

# The hooks that will be performed when the package is deployed.
hooks:
build: |
Expand Down