Skip to content

Commit aa58eed

Browse files
committed
Fixed Drupal 11.
1 parent 135a9d9 commit aa58eed

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- image: cimg/php:8.3-browsers
112112
environment:
113113
DRUPAL_VERSION: 11@alpha
114-
DRUPAL_PROJECT_REPO: https://github.com/AlexSkrypnyk/drupal-project.git
114+
DRUPAL_PROJECT_SHA: 11.x
115115
<<: *job-test
116116

117117
deploy:

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,13 @@ jobs:
3737
- name: test-php-8.3-next
3838
php-version: 8.3
3939
drupal-version: 11@alpha
40-
drupal-project-repo: https://github.com/AlexSkrypnyk/drupal-project.git
40+
drupal-project-sha: 11.x
4141

4242
name: ${{ matrix.name }}
4343

4444
env:
4545
DRUPAL_VERSION: ${{ matrix.drupal-version }}
4646
DRUPAL_PROJECT_SHA: ${{ matrix.drupal-project-sha }}
47-
DRUPAL_PROJECT_REPO: ${{ matrix.drupal-project-repo }}
4847

4948
steps:
5049
- name: Checkout code

0 commit comments

Comments
 (0)