Skip to content

Commit

Permalink
Merge pull request #19 from HackThisSite/update-tests
Browse files Browse the repository at this point in the history
Update tests
  • Loading branch information
Kage committed Dec 25, 2019
2 parents 85ab2b7 + d5a5f80 commit ca95113
Show file tree
Hide file tree
Showing 3 changed files with 1,536 additions and 132 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: php
php:
- '7.0'
- '7.1'
- '7.2'
matrix:
include:
- php: 7.0
env: SYMFONY_PHPUNIT_VERSION=6.5
- php: 7.1
env: SYMFONY_PHPUNIT_VERSION=7.5
- php: 7.2

before_script:
- composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"twig/twig": "^1.0||^2.0"
},
"require-dev": {
"phpunit/phpunit": "6.*",
"phpunit/phpunit": "6.5",
"sensio/generator-bundle": "^3.0",
"symfony/phpunit-bridge": "^3.0"
},
Expand Down
Loading

0 comments on commit ca95113

Please sign in to comment.