Skip to content

Commit 58a4e29

Browse files
authored
Merge branch '1.x' into feature/146-replace-twigcs
2 parents 0a906f1 + 4acb0de commit 58a4e29

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ jobs:
8888
docker:
8989
- image: cimg/php:8.2-browsers
9090
environment:
91-
DRUPAL_VERSION: 9.5
92-
DRUPAL_PROJECT_SHA: 9.x
91+
DRUPAL_VERSION: 10.1
9392
<<: *job-test
9493

9594
test-php-8.2-next:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424

2525
- name: test-php-8.2-legacy
2626
php-version: 8.2
27-
drupal-version: 9.5
28-
drupal-project-sha: 9.x
27+
drupal-version: 10.1
28+
drupal-project-sha: 10.x
2929
drupal-version-alias: legacy
3030

3131
- name: test-php-8.2-next

your_extension.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Drupal extension scaffold
22
type: module
33
description: Drupal extension scaffold example.
44
package: Testing
5-
core_version_requirement: ^9 || ^10
5+
core_version_requirement: ^10
66

77
dependencies:
88
- drupal:config

0 commit comments

Comments
 (0)