Skip to content

Commit 684401f

Browse files
authored
Merge pull request #90 from mglaman/core-recommended
Use core 8.8 composer templates
2 parents 0e28219 + e43dd83 commit 684401f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ commands:
3131
parameters:
3232
project:
3333
type: string
34-
default: 'drupal-composer/drupal-project:8.x-dev'
34+
default: 'drupal/recommended-project:^8.8@alpha'
3535
steps:
3636
- run: composer create-project << parameters.project >> /tmp/drupal --no-interaction --prefer-dist --ignore-platform-reqs
3737
local-require:
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- start-project
6767
- create-drupal-project:
68-
project: 'drupal/drupal:^8@alpha'
68+
project: 'drupal/legacy-project:^8@alpha'
6969
- local-require
7070
- run:
7171
name: Run against a file
@@ -101,7 +101,7 @@ jobs:
101101
name: Disable Xdebug PHP extension
102102
command: sudo rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
103103
- create-drupal-project:
104-
project: 'drupal/drupal:^8@alpha'
104+
project: 'drupal/legacy-project:^8@alpha'
105105
- local-require
106106
# @todo use this when `require` constraints relaxed.
107107
# - run:
@@ -128,7 +128,6 @@ jobs:
128128
command: |
129129
cp ~/repo/tests/fixtures/config/circleci-phpunit.xml /tmp/drupal/core/phpunit.xml
130130
cd /tmp/drupal
131-
composer run-script drupal-phpunit-upgrade
132131
./vendor/bin/phpunit -c core modules/upgrade_status --debug --stop-on-failure
133132
workflows:
134133
version: 2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"phpunit/phpunit": "^7.5",
2323
"phpstan/phpstan-deprecation-rules": "^0.11.0",
2424
"composer/installers": "^1.6",
25-
"drupal/core": "^8.8@alpha",
25+
"drupal/core-recommended": "^8.8@alpha",
2626
"drush/drush": "^9.6"
2727
},
2828
"minimum-stability": "dev",

0 commit comments

Comments
 (0)