From 4acb0de853084d0d85ac29341a75db95d6152951 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Sun, 5 May 2024 21:22:09 +1000 Subject: [PATCH] Dropped support for Drupal 9. --- .circleci/config.yml | 3 +-- .github/workflows/test.yml | 4 ++-- your_extension.info.yml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 79e099a..5f3b7d7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -88,8 +88,7 @@ jobs: docker: - image: cimg/php:8.2-browsers environment: - DRUPAL_VERSION: 9.5 - DRUPAL_PROJECT_SHA: 9.x + DRUPAL_VERSION: 10.1 <<: *job-test test-php-8.2-next: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 343e789..249967a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,8 +24,8 @@ jobs: - name: test-php-8.2-legacy php-version: 8.2 - drupal-version: 9.5 - drupal-project-sha: 9.x + drupal-version: 10.1 + drupal-project-sha: 10.x drupal-version-alias: legacy - name: test-php-8.2-next diff --git a/your_extension.info.yml b/your_extension.info.yml index 760f6de..9084ee5 100644 --- a/your_extension.info.yml +++ b/your_extension.info.yml @@ -2,7 +2,7 @@ name: Drupal extension scaffold type: module description: Drupal extension scaffold example. package: Testing -core_version_requirement: ^9 || ^10 +core_version_requirement: ^10 dependencies: - drupal:config