Open bwood opened 6 years ago
The PHP version reported by the pantheon site dashboard should agree with the PHP version reported by terminus and should correspond to the version set in the pantheon*.yml files in site's the codebase.
$ terminus --version Terminus 1.9.0 $ terminus site:info wpscon-162-300-bw --field=php_version 5.5
The terminus version reported by https://dashboard.pantheon.io/sites/068fe8af-17b3-4509-8a9d-21027a387b2a is 7.1
The pantheon.upstream.yml for this site contains php_version: 7.1.
php_version: 7.1
+1 this is a critical need
Expected behavior
The PHP version reported by the pantheon site dashboard should agree with the PHP version reported by terminus and should correspond to the version set in the pantheon*.yml files in site's the codebase.
Actual behavior
The terminus version reported by https://dashboard.pantheon.io/sites/068fe8af-17b3-4509-8a9d-21027a387b2a is 7.1
The pantheon.upstream.yml for this site contains
php_version: 7.1
.