mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Merge branch '3.6' into 3
This commit is contained in:
commit
01fd709d74
@ -12,14 +12,14 @@ php:
|
||||
- 5.5
|
||||
|
||||
env:
|
||||
- DB=MYSQL CORE_RELEASE=3.5
|
||||
- DB=MYSQL CORE_RELEASE=3.6
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- php: 5.6
|
||||
env: DB=PGSQL CORE_RELEASE=3
|
||||
- php: 5.6
|
||||
env: DB=PGSQL CORE_RELEASE=3.4
|
||||
env: DB=PGSQL CORE_RELEASE=3.6
|
||||
- php: 7.1
|
||||
env: DB=MYSQL CORE_RELEASE=3.6
|
||||
|
||||
|
@ -25,6 +25,9 @@
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/PHPUnit": "~3.7"
|
||||
"phpunit/phpunit": "^3 || ^4 || ^5"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": ["code"]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user