Skip to content
Snippets Groups Projects
Unverified Commit fb1a0538 authored by dpi's avatar dpi
Browse files

:arrow_up: Require Drupal 10.1

10.0 is not supported
parent 747fc181
No related branches found
Tags 1.3.0
No related merge requests found
......@@ -22,7 +22,7 @@ deploystacks:
# from `include.drupalci.variables.yml`. Until then define the strings
# manually https://gitlab.com/gitlab-org/gitlab/-/issues/11549
# Valid tags for databases are at https://git.drupalcode.org/project/drupalci_environments/-/tree/dev/db
- _TARGET_CORE: ["11.x", "10.1", "10.2"]
- _TARGET_CORE: ["11.x", "10.1"]
_TARGET_PHP: [ "8.1"]
_TARGET_DB_TYPE: "mysql"
_TARGET_DB_VERSION: "5.7"
......@@ -5,12 +5,12 @@
"minimum-stability": "dev",
"require": {
"php": ">=8.1",
"drupal/core": ">=10"
"drupal/core": ">=10.1"
},
"require-dev": {
"composer/installers": "2.x-dev",
"dealerdirect/phpcodesniffer-composer-installer": "^1",
"drupal/core-dev": ">=10",
"drupal/core-dev": ">=10.1",
"micheh/phpcs-gitlab": "^1.1",
"mockery/mockery": "^1.5",
"phpstan/extension-installer": "^1.3",
......
name: Hux
type: module
description: New hooks
core_version_requirement: '>=10'
core_version_requirement: '>=10.1'
php: 8.1
package: System
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment