Skip to content

Commit

Permalink
Dropped support for Drupal 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed May 5, 2024
1 parent 10493ea commit 5d16d8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ 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-version-alias: legacy

- name: test-php-8.2-next
Expand Down
2 changes: 1 addition & 1 deletion your_extension.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d16d8f

Please sign in to comment.