From 917a3b1c2fae4ea1ab8d61a0c169affc081486ee Mon Sep 17 00:00:00 2001
From: Rosie Le Faive <lefaive@gmail.com>
Date: Thu, 2 Nov 2023 11:35:59 -0300
Subject: [PATCH] Change version constraint to include 10.2.x-dev.

---
 tests/src/Functional/JsonldTypeAlterReactionTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/Functional/JsonldTypeAlterReactionTest.php b/tests/src/Functional/JsonldTypeAlterReactionTest.php
index 29244831..b6f7132a 100644
--- a/tests/src/Functional/JsonldTypeAlterReactionTest.php
+++ b/tests/src/Functional/JsonldTypeAlterReactionTest.php
@@ -26,7 +26,7 @@ class JsonldTypeAlterReactionTest extends JsonldSelfReferenceReactionTest {
 
     // Add the typed predicate we will select in the reaction config.
     // Taken from FieldUiTestTrait->fieldUIAddNewField.
-    if (version_compare(\Drupal::VERSION, '10.2.0-dev', 'lt')) {
+    if (version_compare(\Drupal::VERSION, '10.2.x-dev', 'lt')) {
       $this->submitForm([
         'new_storage_type' => 'string',
         'label' => 'Typed Predicate',