Skip to content

Commit

Permalink
update php version
Browse files Browse the repository at this point in the history
  • Loading branch information
pingevt committed Feb 4, 2022
1 parent fe3dbd2 commit cce01b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/setup-project/d8/setup-project-d8.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function SetupProjectD8(args) {

var panthDoc = yaml.load(fsx.readFileSync('pantheon.yml', 'utf8'));
// @TODO: variabalize php version.
panthDoc.php_version = 7.3;
panthDoc.php_version = 7.4;
// @TODO: Check for existence, incase init is run more than once.
panthDoc.workflows.sync_code.after.push({
type: 'webphp',
Expand Down

0 comments on commit cce01b6

Please sign in to comment.