diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 0e03224f..b6424eb9 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -33,8 +33,8 @@ jobs: - "8.1" drupal-core: # Should update the following as the minimum supported version from Drupal.org - - "9.3.x" - "9.4.x" + - "9.5.x" # include: # - php-version: "8.1" # drupal-core: "10.0.x-dev" diff --git a/composer.json b/composer.json index bab5872a..5b4018cb 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "drupal/components": "^2.1" }, "require-dev": { - "drupal/core-dev": "^9", + "drupal/core-dev": "^9.4", "drush/drush": "^10.0", "mglaman/drupal-check": "^1.3", "phpmd/phpmd": "^2.8.2",