diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f79fa0..4342ce3 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 22a65e4..6def243 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