File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,8 @@ jobs:
110
110
docker :
111
111
- image : cimg/php:8.3-browsers
112
112
environment :
113
- DRUPAL_VERSION : 10@beta
113
+ DRUPAL_VERSION : 11@alpha
114
+ DRUPAL_PROJECT_REPO : https://github.com/AlexSkrypnyk/drupal-project.git
114
115
<< : *job-test
115
116
116
117
deploy :
Original file line number Diff line number Diff line change @@ -20,34 +20,31 @@ jobs:
20
20
- name : test-php-8.2
21
21
php-version : 8.2
22
22
drupal-version : stable
23
- drupal-version-alias : stable
24
23
25
24
- name : test-php-8.2-legacy
26
25
php-version : 8.2
27
26
drupal-version : 10.1
28
27
drupal-project-sha : 10.x
29
- drupal-version-alias : legacy
30
28
31
29
- name : test-php-8.2-next
32
30
php-version : 8.2
33
31
drupal-version : 10@beta
34
- drupal-version-alias : next
35
32
36
33
- name : test-php-8.3
37
34
php-version : 8.3
38
35
drupal-version : stable
39
- drupal-version-alias : stable
40
36
41
37
- name : test-php-8.3-next
42
38
php-version : 8.3
43
- drupal-version : 10@beta
44
- drupal-version-alias : next
39
+ drupal-version : 11@alpha
40
+ drupal-project-repo : https://github.com/AlexSkrypnyk/drupal-project.git
45
41
46
42
name : ${{ matrix.name }}
47
43
48
44
env :
49
45
DRUPAL_VERSION : ${{ matrix.drupal-version }}
50
46
DRUPAL_PROJECT_SHA : ${{ matrix.drupal-project-sha }}
47
+ DRUPAL_PROJECT_REPO : ${{ matrix.drupal-project-repo }}
51
48
52
49
steps :
53
50
- name : Checkout code
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Drupal extension scaffold
2
2
type : module
3
3
description : Drupal extension scaffold example.
4
4
package : Testing
5
- core_version_requirement : ^10
5
+ core_version_requirement : ^10 || ^11
6
6
7
7
dependencies :
8
8
- drupal:config
You can’t perform that action at this time.
0 commit comments