Skip to content

Commit

Permalink
Merge branch '1.x' into feature/146-replace-twigcs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored May 5, 2024
2 parents 0a906f1 + 4acb0de commit 58a4e29
Show file tree
Hide file tree
Showing 3 changed files with 4 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
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 58a4e29

Please sign in to comment.