Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit 406a715

Browse files
authored
Merge pull request #747 from Gizra/feature/drupal9.4
Remove support for Drupal 9.2
2 parents 008ca50 + 412938c commit 406a715

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ env:
1111
global:
1212
- COMPOSER_MEMORY_LIMIT=2G
1313
matrix:
14-
- TEST_SUITE=9.2.x
1514
- TEST_SUITE=9.3.x
15+
- TEST_SUITE=9.4.x
1616
- TEST_SUITE=PHP_CodeSniffer
1717

1818
# Only run the coding standards check once.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"require": {
2828
"php": "^7.4 || ^8",
29-
"drupal/core": "^9.2"
29+
"drupal/core": "^9.3"
3030
},
3131
"require-dev": {
3232
"drupal/coder": "^8.3.16",

0 commit comments

Comments
 (0)