Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test against Drupal 8.6.x-dev. #2937

Merged
merged 13 commits into from
Aug 29, 2018
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
- BLT_DIR=$TRAVIS_BUILD_DIR
- IS_PULL_REQUEST=$TRAVIS_PULL_REQUEST
- BUILD_DIR=$TRAVIS_BUILD_DIR
- DRUPAL_CORE_HEAD=8.5.x-dev
- DRUPAL_CORE_HEAD=8.6.x-dev
matrix:
- DRUPAL_CORE_VERSION=default PHPUNIT_EXCLUDE_GROUP='long,requires-vm'
- DRUPAL_CORE_VERSION=default PHPUNIT_GROUP='long' PHPUNIT_EXCLUDE_GROUP='requires-vm'
Expand Down
8 changes: 2 additions & 6 deletions composer.required.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
},
"require": {
"drupal/core": "^8.5.6",
"drupal/core": "^8.6.0-rc1",
"drupal/config_split": "^1.0.0"
},
"require-dev": {
Expand Down Expand Up @@ -45,11 +45,7 @@
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/core": {
"Clear Twig caches on deploys": "https://www.drupal.org/files/issues/2752961-130.patch"
}
}
"patches": []
},
"scripts": {
"blt-alias": "blt blt:init:shell-alias -y --ansi",
Expand Down
2 changes: 1 addition & 1 deletion composer.suggested.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
},
"require": {
"acquia/lightning": "^3.1.0",
"acquia/lightning": "^3.2.0-beta1",
"drupal/acquia_connector": "^1.5.0",
"drupal/acquia_purge": "^1.0-beta3",
"drupal/cog": "^1.0.0",
Expand Down