From f96d67eb9a48e9a56f1dc80d7dd3c8849897c9d0 Mon Sep 17 00:00:00 2001 From: Lucas D Hedding <lucashedding@1463982.no-reply.drupal.org> Date: Mon, 6 Apr 2020 16:28:42 -0600 Subject: [PATCH] Issue #3125449 by heddn: core_version_requirement: ^8 || ^9 --- .../test_automatic_updates/test_automatic_updates.info.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/modules/test_automatic_updates/test_automatic_updates.info.yml b/tests/modules/test_automatic_updates/test_automatic_updates.info.yml index 1373e2ceb9..edee07ac04 100644 --- a/tests/modules/test_automatic_updates/test_automatic_updates.info.yml +++ b/tests/modules/test_automatic_updates/test_automatic_updates.info.yml @@ -3,5 +3,6 @@ type: module description: 'Tests for Automatic Updates' package: Testing core: 8.x +core_version_requirement: ^8 || ^9 dependencies: - automatic_updates:automatic_updates -- GitLab