Skip to content

Commit

Permalink
Merge pull request #237 from alexdebril/ci/upgrade-php-versions
Browse files Browse the repository at this point in the history
Added PHP 7.3 & 7.4
  • Loading branch information
alexdebril authored Nov 5, 2019
2 parents 8a8db91 + 35ff765 commit 18614ef
Show file tree
Hide file tree
Showing 10 changed files with 583 additions and 476 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- nightly

env:
Expand All @@ -13,7 +15,7 @@ env:

matrix:
include:
- php: '7.1'
- php: '7.3'
env:
- PHPUNIT_FLAGS="--stop-on-failure --verbose --coverage-text --coverage-clover=coverage.xml"
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"symfony/console": "~3.4|~4.0"
},
"require-dev": {
"phpunit/phpunit": "~6.2.0",
"phpunit/phpunit": "~7.5.0",
"monolog/monolog": "1.*",
"friendsofphp/php-cs-fixer": "^2.4"
},
Expand Down
Loading

0 comments on commit 18614ef

Please sign in to comment.