Skip to content

Commit

Permalink
Lock core in 9.x branch to 8.5.6. (#3062)
Browse files Browse the repository at this point in the history
* Set Drupal core to 8.5.6 to prevent it skipping up to 8.6.0.

* Lock the versions tested against to 8.5.x.

* Changing to use wildcarded version of core 8.5.
  • Loading branch information
ba66e77 authored and danepowell committed Sep 6, 2018
1 parent 977f09b commit b2e0bcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -15,9 +15,10 @@ env:
- IS_PULL_REQUEST=$TRAVIS_PULL_REQUEST
- BUILD_DIR=$TRAVIS_BUILD_DIR
- DRUPAL_CORE_HEAD=8.5.x-dev
- DRUPAL_CORE_STABLE=8.5.6
matrix:
- DRUPAL_CORE_VERSION=default PHPUNIT_EXCLUDE_GROUP='long,requires-vm'
- DRUPAL_CORE_VERSION=default PHPUNIT_GROUP='long' PHPUNIT_EXCLUDE_GROUP='requires-vm'
- DRUPAL_CORE_VERSION=$DRUPAL_CORE_STABLE PHPUNIT_EXCLUDE_GROUP='long,requires-vm'
- DRUPAL_CORE_VERSION=$DRUPAL_CORE_STABLE PHPUNIT_GROUP='long' PHPUNIT_EXCLUDE_GROUP='requires-vm'
- DRUPAL_CORE_VERSION=$DRUPAL_CORE_HEAD

matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.required.json
Expand Up @@ -6,7 +6,7 @@
}
},
"require": {
"drupal/core": "^8.5.6",
"drupal/core": "8.5.*",
"drupal/config_split": "^1.0.0"
},
"require-dev": {
Expand Down

0 comments on commit b2e0bcf

Please sign in to comment.