Skip to content

Commit

Permalink
[Platform.sh] Downgrade PHP to PHP 7.2 on 1.13
Browse files Browse the repository at this point in the history
As packages we ship with for PHP 5.6 (minimal version), does not work on PHP 7.3.
Workaround: Swap to 7.3  & compposer update in your project before pushing to platform.sh.
  • Loading branch information
andrerom committed May 24, 2019
1 parent f4c6675 commit cdeb5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name: app

# The type of the application to build.
type: php:7.3
type: php:7.2
build:
# "none" means we're running composer manually, see build hook
flavor: "none"
Expand Down

0 comments on commit cdeb5c8

Please sign in to comment.