Skip to content

Commit aa49d41

Browse files
committed
Test against legacy PHP 5.3 through PHP 7.3 and support PHPUnit 7
1 parent 43d24e4 commit aa49d41

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8-
- 7
8+
- 7.0
9+
- 7.1
10+
- 7.2
11+
- 7.3
912
- hhvm # ignore errors, see below
1013

1114
# lock distro so future defaults will not break the build

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"require-dev": {
2727
"clue/arguments": "^2.0",
2828
"clue/commander": "^1.2",
29-
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
29+
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
3030
},
3131
"config": {
3232
"sort-packages": true

0 commit comments

Comments
 (0)