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

Commit

Permalink
Merge pull request #747 from Gizra/feature/drupal9.4
Browse files Browse the repository at this point in the history
Remove support for Drupal 9.2
  • Loading branch information
MPParsley authored Aug 26, 2022
2 parents 008ca50 + 412938c commit 406a715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:
global:
- COMPOSER_MEMORY_LIMIT=2G
matrix:
- TEST_SUITE=9.2.x
- TEST_SUITE=9.3.x
- TEST_SUITE=9.4.x
- TEST_SUITE=PHP_CodeSniffer

# Only run the coding standards check once.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"require": {
"php": "^7.4 || ^8",
"drupal/core": "^9.2"
"drupal/core": "^9.3"
},
"require-dev": {
"drupal/coder": "^8.3.16",
Expand Down

0 comments on commit 406a715

Please sign in to comment.