diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index df48120c..72702fd0 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -35,12 +35,8 @@ jobs: - "8.1" drupal-core: # Should update the following as the minimum supported version from Drupal.org - - "9.2.x" - "9.3.x" - "9.4.x" - exclude: - - php-version: "8.1" - drupal-core: "9.2.x" # include: # - php-version: "8.1" # drupal-core: "10.0.x-dev" diff --git a/composer.json b/composer.json index b4e4deb5..85c439e1 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": "^7.4 || ^8.0", "ext-json": "*", "apigee/apigee-client-php": "^2.0.16", - "drupal/core": "^9.2.13", + "drupal/core": "^9.3", "drupal/entity": "^1.0", "drupal/key": "^1.8", "php-http/guzzle6-adapter": "^2.0" @@ -17,7 +17,7 @@ "behat/mink-extension": "^2.0", "bex/behat-screenshot": "^1.2", "cweagans/composer-patches": "^1.6", - "drupal/core-dev": "^9.2.13", + "drupal/core-dev": "^9.3", "drupal/drupal-extension": "master-dev", "drush/drush": "^9.0 || ^10.0", "mglaman/drupal-check": "1.3",