File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ commands:
31
31
parameters :
32
32
project :
33
33
type : string
34
- default : ' drupal-composer/drupal -project:8.x-dev '
34
+ default : ' drupal/recommended -project:^8.8@alpha '
35
35
steps :
36
36
- run : composer create-project << parameters.project >> /tmp/drupal --no-interaction --prefer-dist --ignore-platform-reqs
37
37
local-require :
65
65
steps :
66
66
- start-project
67
67
- create-drupal-project :
68
- project : ' drupal/drupal :^8@alpha'
68
+ project : ' drupal/legacy-project :^8@alpha'
69
69
- local-require
70
70
- run :
71
71
name : Run against a file
@@ -101,7 +101,7 @@ jobs:
101
101
name : Disable Xdebug PHP extension
102
102
command : sudo rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
103
103
- create-drupal-project :
104
- project : ' drupal/drupal :^8@alpha'
104
+ project : ' drupal/legacy-project :^8@alpha'
105
105
- local-require
106
106
# @todo use this when `require` constraints relaxed.
107
107
# - run:
@@ -128,7 +128,6 @@ jobs:
128
128
command : |
129
129
cp ~/repo/tests/fixtures/config/circleci-phpunit.xml /tmp/drupal/core/phpunit.xml
130
130
cd /tmp/drupal
131
- composer run-script drupal-phpunit-upgrade
132
131
./vendor/bin/phpunit -c core modules/upgrade_status --debug --stop-on-failure
133
132
workflows :
134
133
version : 2
Original file line number Diff line number Diff line change 22
22
"phpunit/phpunit" : " ^7.5" ,
23
23
"phpstan/phpstan-deprecation-rules" : " ^0.11.0" ,
24
24
"composer/installers" : " ^1.6" ,
25
- "drupal/core" : " ^8.8@alpha" ,
25
+ "drupal/core-recommended " : " ^8.8@alpha" ,
26
26
"drush/drush" : " ^9.6"
27
27
},
28
28
"minimum-stability" : " dev" ,
You can’t perform that action at this time.
0 commit comments