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/composer.json b/composer.json index cf89c643cf7df5825b115385cb3b80f582c0ffa6..508d3002748e8555768d4782835a5001b7f229f9 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": "^8.1", "drupal/graphql": "^4.7", "doctrine/inflector": "^2", - "symfony/string": "^6" + "symfony/string": "^6 || ^7" }, "require-dev": { "drupal/address": "^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