Skip to content

Commit c83981b

Browse files
ci: Adding support for testing on PHP 7.2 and 7.3 (#129)
1 parent 79e3baa commit c83981b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ php:
44
- '5.6'
55
- '7.0'
66
- '7.1'
7+
- '7.2'
8+
- '7.3'
79
before_install:
810
- composer install --dev
911
addons:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lastguest/murmurhash": "1.3.0",
1616
"guzzlehttp/guzzle": "~5.3|~6.2",
1717
"monolog/monolog": "~1.21",
18-
"icecave/parity": "^1.0"
18+
"icecave/parity": "^1.0 || ^2.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^4.8|^5.0",

0 commit comments

Comments
 (0)