Skip to content

Commit 558b1c1

Browse files
committed
disable running on Drupal 12 until Paragraph (root dependencies) is compliant
1 parent dc27a73 commit 558b1c1

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,12 @@ variables:
3434
OPT_IN_TEST_MAX_PHP: '1'
3535
# Opt in to testing previous minor (Drupal 11.1.x).
3636
OPT_IN_TEST_PREVIOUS_MINOR: '1'
37-
# Opt in to testing minor (Drupal 11.3-dev).
37+
# Opt in to testing next minor (Drupal 11.3.x).
3838
OPT_IN_TEST_NEXT_MINOR: '1'
39-
# Opt in to testing $CORE_PREVIOUS_MAJOR (currently Drupal 10.5.x).
39+
# Opt in to testing $CORE_PREVIOUS_MAJOR (Drupal 10.4.x).
4040
OPT_IN_TEST_PREVIOUS_MAJOR: '1'
41-
# The 1.1.x branch of the module requires Drupal 10.4 minimum.
42-
CORE_PREVIOUS_PHP_MIN: '8.2'
43-
# Opt in to testing $CORE_MAJOR_DEVELOPMENT (currently Drupal 11).
44-
OPT_IN_TEST_NEXT_MAJOR: '1'
41+
# Opt in to testing $CORE_MAJOR_DEVELOPMENT (Drupal 12).
42+
OPT_IN_TEST_NEXT_MAJOR: '0'
4543

4644
# This module wants to strictly comply with Drupal's coding standards.
4745
phpcs:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Removed
9+
- disable running on Drupal 12 until Paragraph (root dependencies) is compliant
810

911
## [1.3.0] - 2025-11-07
1012
### Added

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
},
4141
"config": {
4242
"allow-plugins": {
43-
"dealerdirect/phpcodesniffer-composer-installer": true
43+
"dealerdirect/phpcodesniffer-composer-installer": true,
44+
"drupal/core-composer-scaffold": true
4445
}
4546
}
4647
}

0 commit comments

Comments
 (0)