From fdf9df2a09c9ab85854c8eeeb6c5f0883ff33b0d Mon Sep 17 00:00:00 2001 From: Maarten Segers Date: Fri, 26 Aug 2022 12:18:18 +0200 Subject: [PATCH 1/2] Add Drupal 9.4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2bad3bae..c9d91c798 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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. From 412938c943280f11cbca2b9578801aff98f73b28 Mon Sep 17 00:00:00 2001 From: Maarten Segers Date: Fri, 26 Aug 2022 12:18:56 +0200 Subject: [PATCH 2/2] Remove support for Drupal 9.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eed55591f..7340b7da5 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ ], "require": { "php": "^7.4 || ^8", - "drupal/core": "^9.2" + "drupal/core": "^9.3" }, "require-dev": { "drupal/coder": "^8.3.16",