Deploying my app is driving me crazy, getting composer errors due to needing latest php version.
So I have stripped it right back to the following to troubleshoot & still getting this problem:
In empty /home directory
Put the app.yaml - with just the following in it
runtime: php72
Then run: gcloud app deploy
Check version in console: Version 20181023t105100 Serving runtime php72
But when I run php -i in console:
PHP Version => 7.0.30-0+deb9u1
WTF?!!