Skip to content

Commit 736901e

Browse files
committed
drop testing on Drupal 10.0, 10.1 & 10.2
1 parent e7977fd commit 736901e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3']
15+
drupal_version: ['9.5', '10.3', '10.4']
1616
module: ['commerce_trustedshops']
1717
experimental: [ false ]
1818
# include:
@@ -37,7 +37,7 @@ jobs:
3737

3838
strategy:
3939
matrix:
40-
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3']
40+
drupal_version: ['9.5', '10.3', '10.4']
4141
module: [ 'commerce_trustedshops' ]
4242
experimental: [ false ]
4343
# include:
@@ -71,7 +71,7 @@ jobs:
7171

7272
strategy:
7373
matrix:
74-
drupal_version: ['10.0']
74+
drupal_version: ['10.3']
7575
module: ['commerce_trustedshops']
7676

7777
steps:

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Fixed
1515
- fix obsolete docker-compose command in CIs
1616

17+
### Removed
18+
- drop testing on Drupal 10.0, 10.1 & 10.2
19+
1720
## [3.0.1] - 2024-06-25
1821
### Removed
1922
- drop support on Drupal <= 9.4

0 commit comments

Comments
 (0)