Fixed
Project:
Gherkin Script
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Sep 2026 at 15:31 UTC
Updated:
23 Sep 2026 at 10:41 UTC
Jump to comment: Most recent
composer.json and gherkin.info.yml constrain core to ~10.4.0 || ~11.0, blocking install on Drupal 11.4+ and Drupal 12.
Try to require Gherkin Script on a Drupal 11.4 or 12 site; the core version constraint rejects it.
Widen both constraints to ^11.4 || ^12. CI already builds by default on Drupal 11 with PHP 8.4 (_TARGET_PHP: "8.4"), and runs Drupal 12 and the newest PHP as opt-in variant jobs (OPT_IN_TEST_NEXT_MAJOR, OPT_IN_TEST_MAX_PHP), allowed to fail.
AI-Generated: Yes
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
rajab natshah✅ Released in gherkin 1.0.4.