Skip to content

Commit

Permalink
Merge branch '1.12' into 1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 9, 2024
2 parents add97c1 + 35f5832 commit dd68dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ jobs:
php -r '
$j = json_decode(file_get_contents("composer.json"));
$v = $j->require->{"silverstripe/installer"};
if (strpos($v, '^') === 0) {
if (strpos($v, "^") === 0) {
$v = str_replace("^", "", $v) . ".x-dev";
}
$j->require->{"silverstripe/installer"} = $v;
Expand Down

0 comments on commit dd68dec

Please sign in to comment.