From 6472476b3c49d072e3f22e8776c892beee4a443a Mon Sep 17 00:00:00 2001
From: Ted Bowman <ted+git@tedbow.com>
Date: Mon, 8 Apr 2024 12:54:42 -0400
Subject: [PATCH] Contrib: change php verison comment to match core 11.x -
 https://git.drupalcode.org/project/automatic_updates/-/commit/85bfc3892bc065479982766eb7dceccf3f1b5ff5

---
 .../package_manager/tests/src/Build/TemplateProjectTestBase.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php b/core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
index c9ac1f37a584..2bbf8ef9aa2f 100644
--- a/core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
+++ b/core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
@@ -401,7 +401,7 @@ protected function createVendorRepository(array $versions = []): void {
       // versions that are newer than the ones being polyfilled, which means we
       // won't be able to build our test project because these polyfills aren't
       // available in the local code base. Since we're guaranteed to be on PHP
-      // 8.1 or later, no package should need to polyfill older versions.
+      // 8.3 or later, no package should need to polyfill older versions.
       unset(
         $requirements['symfony/polyfill-php72'],
         $requirements['symfony/polyfill-php73'],
-- 
GitLab