diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00bf3a3..6455e14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -628,7 +628,7 @@ jobs: $v = $j->require->{"silverstripe/installer"}; if (strpos($v, "^") === 0) { $v = str_replace("^", "", $v) . ".x-dev"; - // Remove @beta, @rc, or @alpha if they're there + # Remove @beta, @rc, or @alpha if they are there $v = preg_replace("/@(alpha|beta|rc)/", "", $v); } $j->require->{"silverstripe/installer"} = $v;