Skip to content

Commit

Permalink
Adds tests for PHP 7.2 and 7.3 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbalcytis authored Nov 14, 2019
1 parent ed92589 commit dbfa7f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ matrix:
- php: 7.0
env: COMPOSER_ARGS=""
- php: 7.1
env: COMPOSER_ARGS=""
- php: 7.2
env: COMPOSER_ARGS=""
- php: 7.3
env: COMPOSER_ARGS="" WITH_CS="true"

- php: 5.5
Expand All @@ -29,6 +33,10 @@ matrix:
env: COMPOSER_ARGS="--prefer-lowest"
- php: 7.1
env: COMPOSER_ARGS="--prefer-lowest"
- php: 7.2
env: COMPOSER_ARGS="--prefer-lowest"
- php: 7.3
env: COMPOSER_ARGS="--prefer-lowest"

cache:
directories:
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
"require": {
"php": "^5.5|^7.0",
"maba/gentle-force": "^0.2.1|^0.3",
"symfony/framework-bundle": "^2.7|^3.0|^4.0",
"symfony/framework-bundle": "^2.7.50|^3.0|^4.0",
"maba/dependency-injection-extra": "^0.1.1|^1.0",
"psr/log": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.2",
"phpunit/phpunit": "^4.8.35",
"phpunit/phpunit": "^4.8.36",
"sebastian/comparator": "^1.2.4",
"symfony/security-bundle": "^2.7|^3.0|^4.0",
"doctrine/cache": "^1.6",
"google/recaptcha": "~1.1.3",
Expand Down

0 comments on commit dbfa7f4

Please sign in to comment.