Merge pull request #283 from creative-commoners/3.7

Set up 3.7 branch
This commit is contained in:
Maxime Rainville 2020-06-16 06:41:53 +12:00 committed by GitHub
commit 6c9300843d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View File

@ -4,7 +4,7 @@ dist: trusty
env:
global:
- COMPOSER_ROOT_VERSION="3.0.x-dev"
- COMPOSER_ROOT_VERSION="3.7.x-dev"
matrix:
include:
@ -17,7 +17,7 @@ matrix:
- php: 7.3
env: DB=MYSQL INSTALLER_VERSION=4.4.x-dev PHPUNIT_TEST=1 SUBSITES=1
- php: 7.3
env: DB=MYSQL INSTALLER_VERSION=4.x-dev PHPUNIT_TEST=1
env: DB=MYSQL INSTALLER_VERSION=4.6.x-dev PHPUNIT_TEST=1
before_script:
- phpenv rehash

View File

@ -42,11 +42,6 @@
"bin": [
"bin/fulltextsearch_quickstart"
],
"extra": {
"branch-alias": {
"3.x-dev": "3.7.x-dev"
}
},
"scripts": {
"lint": "phpcs -s src/ tests/",
"lint-clean": "phpcbf src/ tests/"