1
0
mirror of https://github.com/silverstripe/recipe-cms.git synced 2024-10-22 08:05:52 +02:00

Merge pull request from creative-commoners/pulls/4.5/php-7.4-builds

Update Travis config to include PHP 7.4 build
This commit is contained in:
Serge Latyntsev 2020-03-03 15:14:19 +13:00 committed by GitHub
commit 5da0c5deb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -18,7 +18,7 @@ matrix:
env: DB=PGSQL
- php: 7.3
env: DB=MYSQL
- php: 7.3
- php: 7.4
env: DB=MYSQL
before_script:

View File

@ -19,7 +19,8 @@
"silverstripe/versioned": "1.5.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^5.7",
"sminnee/phpunit-mock-objects": "^3.4.5"
},
"extra": {
"project-files": [
@ -32,4 +33,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}