Skip to content

Commit

Permalink
feat: bump deployed wp-cli version to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlalexander committed Feb 8, 2024
1 parent d25377d commit 064aef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Build/DownloadWpCliStep.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function perform(string $environment, ProjectConfiguration $projectConfig
$this->filesystem->mkdir($this->binDirectory, 0755);
}

$this->filesystem->copy('https://github.com/wp-cli/wp-cli/releases/download/v2.5.0/wp-cli-2.5.0.phar', $wpCliPath, true);
$this->filesystem->copy('https://github.com/wp-cli/wp-cli/releases/download/v2.10.0/wp-cli-2.10.0.phar', $wpCliPath, true);
$this->filesystem->chmod($wpCliPath, 0755);
}
}

0 comments on commit 064aef8

Please sign in to comment.