File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
22
22
matrix :
23
23
php-versions : ['8.3']
24
- drupal-release : ['beta', 'dev']
24
+ drupal-release : ['alpha', ' beta', 'dev']
25
25
composer-channel : ['stable', 'snapshot']
26
26
27
27
steps :
Original file line number Diff line number Diff line change 12
12
"require" : {
13
13
"composer/installers" : " ^2.1" ,
14
14
"cweagans/composer-patches" : " ^1.7" ,
15
- "drupal/core-composer-scaffold" : " ^11@beta " ,
16
- "drupal/core-recommended" : " ^11@beta " ,
15
+ "drupal/core-composer-scaffold" : " ^11@alpha " ,
16
+ "drupal/core-recommended" : " ^11@alpha " ,
17
17
"drush/drush" : " ^13@beta" ,
18
18
"oomphinc/composer-installers-extender" : " ^2.0" ,
19
19
"vlucas/phpdotenv" : " ^5.1" ,
20
20
"webflo/drupal-finder" : " ^1.2"
21
21
},
22
22
"require-dev" : {
23
- "drupal/core-dev" : " ^11@beta " ,
23
+ "drupal/core-dev" : " ^11@alpha " ,
24
24
"ergebnis/composer-normalize" : " ^2.42"
25
25
},
26
26
"conflict" : {
You can’t perform that action at this time.
0 commit comments