diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d72f8f63b94b8da63bcfec760b07be443b99d28..abbf7d86d6ce722cb38e7ea887a992be240e9810 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,9 +46,9 @@ include:
 #
 # Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
 ################
-# variables:
-#   # _PHPUNIT_CONCURRENT: '1'
-#   CORE_PREVIOUS_PHP_MIN: '8.1'
+variables:
+  OPT_IN_TEST_NEXT_MAJOR: 1
+  CORE_PREVIOUS_PHP_MIN: '8.1'
 
 
 ###################################################################################
diff --git a/tests/modules/graphql_compose_test_views/graphql_compose_test_views.info.yml b/tests/modules/graphql_compose_test_views/graphql_compose_test_views.info.yml
index 2e73a8e1e5a3413f5df95c1c098505fae7e63a56..fab57bb1482ba17f107825f9f66373243413be5f 100644
--- a/tests/modules/graphql_compose_test_views/graphql_compose_test_views.info.yml
+++ b/tests/modules/graphql_compose_test_views/graphql_compose_test_views.info.yml
@@ -2,7 +2,7 @@ name: "GraphQL Compose Test Views"
 type: module
 description: "Provides a view test for graphql displays in views."
 package: Testing
-core_version_requirement: ^9 || ^10
+core_version_requirement: ^9.5 || ^10
 dependencies:
   - drupal:block
   - drupal:node