Skip to content

Commit

Permalink
cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Feb 7, 2025
1 parent 0c648eb commit 9158b84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,13 @@ public function cloneSite(string $site_name): Result {
*/
public function requireMod(
string $site_name,
string $constraint = '^8'
string $constraint = '^2-dev'
) {
$site_folder = $this->getSiteFolder($site_name);
chdir($site_folder);
// Always test again latest version of search_api_solr.
$this->taskExec('composer')
->cwd($site_folder)
->args(
'require',
$this->repository,
Expand Down

0 comments on commit 9158b84

Please sign in to comment.