Skip to content

Commit dc9af5b

Browse files
committed
drop support of older that Drupal 10.5 version
1 parent 0e0018d commit dc9af5b

File tree

8 files changed

+28
-23
lines changed

8 files changed

+28
-23
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
drupal_version: ['10.3', '10.4', '11.0', '11.1']
15+
drupal_version: ['10.5', '11.0', '11.1', '11.2']
1616
module: ['commerce_trustedshops']
1717
experimental: [ false ]
1818
include:
19-
- drupal_version: '10.5'
19+
- drupal_version: '10.6'
2020
module: 'commerce_trustedshops'
2121
experimental: true
22-
- drupal_version: '11.2'
22+
- drupal_version: '11.3'
2323
module: 'commerce_trustedshops'
2424
experimental: true
2525

@@ -46,14 +46,14 @@ jobs:
4646

4747
strategy:
4848
matrix:
49-
drupal_version: ['10.3', '10.4', '11.0', '11.1']
49+
drupal_version: ['10.5', '11.0', '11.1', '11.2']
5050
module: [ 'commerce_trustedshops' ]
5151
experimental: [false]
5252
include:
53-
- drupal_version: '10.5'
53+
- drupal_version: '10.6'
5454
module: 'commerce_trustedshops'
5555
experimental: true
56-
- drupal_version: '11.2'
56+
- drupal_version: '11.3'
5757
module: 'commerce_trustedshops'
5858
experimental: true
5959

@@ -83,7 +83,7 @@ jobs:
8383

8484
strategy:
8585
matrix:
86-
drupal_version: ['10.4']
86+
drupal_version: ['10.5']
8787
module: ['commerce_trustedshops']
8888

8989
steps:

.github/workflows/styles.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup PHP
1010
uses: shivammathur/setup-php@v2
1111
with:
12-
php-version: '8.1'
12+
php-version: '8.3'
1313
extensions: mbstring, intl, gd, xml, dom, json, fileinfo, curl, zip, iconv
1414
tools: cs2pr, composer:v2
1515
- uses: actions/checkout@v4
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2
2525
with:
26-
php-version: '8.1'
26+
php-version: '8.3'
2727
extensions: mbstring, intl, gd, xml, dom, json, fileinfo, curl, zip, iconv
2828
tools: cs2pr, composer:v2, phpmd
2929
- uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup PHP
3838
uses: shivammathur/setup-php@v2
3939
with:
40-
php-version: '8.1'
40+
php-version: '8.3'
4141
extensions: mbstring, intl, gd, xml, dom, json, fileinfo, curl, zip, iconv
4242
tools: cs2pr, composer:v2, phpcpd
4343
- uses: actions/checkout@v4

.gitlab-ci.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,13 @@ variables:
3232
SKIP_ESLINT: '1'
3333
# Opt in to testing current minor against max supported PHP version.
3434
OPT_IN_TEST_MAX_PHP: '1'
35-
# Opt in to testing previous minor (Drupal 11.0.x).
35+
# Opt in to testing previous minor (Drupal 11.1.x)
3636
OPT_IN_TEST_PREVIOUS_MINOR: '1'
37-
# Opt in to testing next minor (Drupal 11.2.x).
37+
# Opt in to testing next minor (Drupal 11.3.x).
3838
OPT_IN_TEST_NEXT_MINOR: '1'
39-
40-
# Opt in to testing $CORE_PREVIOUS_MAJOR (currently Drupal 10.4).
39+
# Opt in to testing $CORE_PREVIOUS_MAJOR (Drupal 10.4.x).
4140
OPT_IN_TEST_PREVIOUS_MAJOR: '1'
42-
43-
# The 3.x branch of the module requires PHP >=8.1, rather than core's >=7.4.
44-
CORE_PREVIOUS_PHP_MIN: '8.1'
45-
46-
# Opt in to testing $CORE_MAJOR_DEVELOPMENT (currently Drupal 11).
41+
# Opt in to testing $CORE_MAJOR_DEVELOPMENT (Drupal 12).
4742
OPT_IN_TEST_NEXT_MAJOR: '1'
4843

4944
# This module wants to strictly comply with Drupal's coding standards.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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+
### Added
9+
- add official support of drupal 10.5
10+
- add official support of drupal 11.2
11+
12+
### Removed
13+
- drop coverage of Drupal 10.0.x
14+
- drop coverage of Drupal 10.1.x
15+
- drop coverage of Drupal 10.2.x
16+
- drop coverage of Drupal 10.3.x
17+
- drop coverage of Drupal 10.4.x
818

919
## [3.1.0] - 2025-03-21
1020
### Added

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ globally on your environment:
3333

3434
Once run, you will be able to access to your fresh installed Drupal on `localhost::8888`.
3535

36-
docker compose build --pull --build-arg BASE_IMAGE_TAG=10.4 drupal
36+
docker compose build --pull --build-arg BASE_IMAGE_TAG=11.2 drupal
3737
(get a coffee, this will take some time...)
3838
docker compose up -d drupal
3939
docker compose exec -u www-data drupal drush site-install standard --db-url="mysql://drupal:drupal@db/drupal" -y

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_IMAGE_TAG=10.4
1+
ARG BASE_IMAGE_TAG=11.2
22
FROM wengerk/drupal-for-contrib:${BASE_IMAGE_TAG}
33

44
# Drupal Commerce 2.20+ requires bcmath extensions.

commerce_trustedshops.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Commerce TrustedShops
22
description: 'Provides Commerce integration for TrustedShops.'
33
package: 'Commerce (contrib)'
44
type: module
5-
core_version_requirement: ^10 || ^11
5+
core_version_requirement: ^10.5 || ^11
66

77
dependencies:
88
- drupal:commerce

tests/modules/commerce_trustedshops_test/commerce_trustedshops_test.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Commerce TrustedShops Test
22
description: 'Support module for Commerce TrustedShops.'
33
package: Testing
44
type: module
5-
core_version_requirement: ^9.5 || ^10 || ^11
5+
core_version_requirement: ^10.5 || ^11
66

77
dependencies:
88
- drupal:commerce_trustedshops

0 commit comments

Comments
 (0)