diff --git a/src/Activator/RecipeActivator.php b/src/Activator/RecipeActivator.php
index 9f65d171ff4496016891b0ff0ca6718acc9c8fbf..5af9c6e778c65e03cd3e558626241c26036118e3 100644
--- a/src/Activator/RecipeActivator.php
+++ b/src/Activator/RecipeActivator.php
@@ -140,8 +140,8 @@ final class RecipeActivator implements InstructionsInterface, EventSubscriberInt
       return $tasks;
     }
 
-    // Recipes can only define follow-up tasks in Drupal 11.1.3 and later.
-    // @todo Remove this check when Drupal 11.1.3 or later is the minimum
+    // Recipes can only define follow-up tasks in Drupal 11.1.4 and later.
+    // @todo Remove this check when Drupal 11.1.4 or later is the minimum
     //   supported version of core.
     if (method_exists(Recipe::class, 'getExtra')) {
       // We know the path is a string because, if it wasn't, the getStatus()