From c1bc4ad90315b8638cc6a4c9e173b1e6ea9719c9 Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Thu, 1 Aug 2024 13:42:57 +0700 Subject: [PATCH] Make example module work with D11 (#17) --- .../integration_report_example.info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/integration_report_example/integration_report_example.info.yml b/modules/integration_report_example/integration_report_example.info.yml index 0624de0..7769285 100644 --- a/modules/integration_report_example/integration_report_example.info.yml +++ b/modules/integration_report_example/integration_report_example.info.yml @@ -2,6 +2,6 @@ name: Integration Report Example description: 'Example module to demonstrate how to implement a report class.' type: module package: Other -core_version_requirement: ^9 || ^10 +core_version_requirement: ^9 || ^10 || ^11 dependencies: - integration_report:integration_report