Update travis config to target x-dev branches

This commit is contained in:
Maxime Rainville 2020-06-04 15:05:08 +12:00
parent 24e9e27a6e
commit 90b3141d0b
2 changed files with 12 additions and 12 deletions

View File

@ -8,7 +8,7 @@ services:
env:
global:
- COMPOSER_ROOT_VERSION=4.6.x-dev
- COMPOSER_ROOT_VERSION=4.x-dev
matrix:
include:

View File

@ -6,17 +6,17 @@
"license": "BSD-3-Clause",
"require": {
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-core": "4.6.x-dev",
"silverstripe/admin": "1.6.x-dev",
"silverstripe/asset-admin": "1.6.x-dev",
"silverstripe/campaign-admin": "1.6.x-dev",
"silverstripe/versioned-admin": "1.6.x-dev",
"silverstripe/cms": "4.6.x-dev",
"silverstripe/errorpage": "1.6.x-dev",
"silverstripe/graphql": "3.3.x-dev",
"silverstripe/reports": "4.6.x-dev",
"silverstripe/siteconfig": "4.6.x-dev",
"silverstripe/versioned": "1.6.x-dev"
"silverstripe/recipe-core": "4.x-dev",
"silverstripe/admin": "1.x-dev",
"silverstripe/asset-admin": "1.x-dev",
"silverstripe/campaign-admin": "1.x-dev",
"silverstripe/versioned-admin": "1.x-dev",
"silverstripe/cms": "4.x-dev",
"silverstripe/errorpage": "1.x-dev",
"silverstripe/graphql": "3.x-dev",
"silverstripe/reports": "4.x-dev",
"silverstripe/siteconfig": "4.x-dev",
"silverstripe/versioned": "1.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^5.7",