Skip to content
Snippets Groups Projects
Commit e7ef4fea authored by Vladimir Roudakov's avatar Vladimir Roudakov
Browse files

Merge branch '3459298-fix-issues-reported' into '2.0.x'

Drupal 11 upgrade

See merge request !16
parents e9abd0d4 0233553f
No related branches found
No related tags found
No related merge requests found
Pipeline #471832 passed
......@@ -23,7 +23,20 @@ include:
# https://git.drupalcode.org/project/gitlab_templates/-/blob/main/includes/include.drupalci.variables.yml
# Uncomment the lines below if you want to override any of the variables. The following is just an example.
################
# variables:
# SKIP_ESLINT: '1'
# OPT_IN_TEST_NEXT_MAJOR: '1'
# _CURL_TEMPLATES_REF: 'main'
variables:
OPT_IN_TEST_CURRENT: 1
OPT_IN_TEST_PREVIOUS_MINOR: 1
OPT_IN_TEST_NEXT_MINOR: 1
OPT_IN_TEST_NEXT_MAJOR: 0
phpcs:
allow_failure: false
phpstan:
allow_failure: false
phpstan (next minor):
allow_failure: false
phpstan (next major):
allow_failure: false
phpunit (next minor):
allow_failure: false
phpunit (next major):
allow_failure: false
......@@ -2,4 +2,4 @@ name: ActiveCampaign
type: module
description: "Integration with ActiveCampaign."
package: Automated marketing
core_version_requirement: ^9 || ^10
core_version_requirement: ^10.2 || ^11
......@@ -11,6 +11,9 @@
}
],
"require": {
"php": ">=8.1",
"drupal/core": "^10.2||^11",
"drupal/webform": "^6",
"activecampaign/api-php": "^2.0"
}
}
......@@ -2,6 +2,6 @@ name: ActiveCampaign Dashboard
type: module
description: "Dashboard for ActiveCampaign."
package: Automated marketing
core_version_requirement: ^9 || ^10
core_version_requirement: ^10.2 || ^11
dependencies:
- activecampaign:activecampaign
......@@ -2,7 +2,7 @@ name: ActiveCampaign Webform
type: module
description: "All webform related code for ActiveCampaign."
package: Automated marketing
core_version_requirement: ^9 || ^10
core_version_requirement: ^10.3 || ^11
dependencies:
- activecampaign:activecampaign
- webform:webform
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment