Skip to content

Commit

Permalink
Merge pull request #376 from creative-commoners/pulls/1.5/php-7.4-builds
Browse files Browse the repository at this point in the history
Update Travis config to include PHP 7.4 build
  • Loading branch information
robbieaverill authored Feb 20, 2020
2 parents af3b75f + 96b0992 commit e660e76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ matrix:
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.3
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.4
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.1
env: DB=MYSQL PHPUNIT_COVERAGE_TEST=1 PHPCS_TEST=1
- php: 7.2
env: DB=MYSQL PHPUNIT_TEST=1 PDO=1
- php: 7.3
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.3
env: DB=PGSQL PHPUNIT_TEST=1

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"require-dev": {
"silverstripe/versioned": "^1@dev",
"sminnee/phpunit-mock-objects": "^3.4.5",
"phpunit/phpunit": "^5.7"
},
"suggest": {
Expand Down

0 comments on commit e660e76

Please sign in to comment.