Skip to content

Commit 5cf989a

Browse files
committed
feat: bump deployed wp-cli version to 2.12.0
1 parent 642acb4 commit 5cf989a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Build/DownloadWpCliStep.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function perform(string $environment, ProjectConfiguration $projectConfig
6060
$this->filesystem->mkdir($this->binDirectory, 0755);
6161
}
6262

63-
$this->filesystem->copy('https://github.com/wp-cli/wp-cli/releases/download/v2.11.0/wp-cli-2.11.0.phar', $wpCliPath, true);
63+
$this->filesystem->copy('https://github.com/wp-cli/wp-cli/releases/download/v2.12.0/wp-cli-2.12.0.phar', $wpCliPath, true);
6464
$this->filesystem->chmod($wpCliPath, 0755);
6565
}
6666
}

0 commit comments

Comments
 (0)