Commit edc43ab
authored
Merge pull request #168 from darryldecode/builderrorfix
removed php 7.2 travis ci test to avoid build error cause by PHPUnit framework when testing in 7.2 requires tests to use return type declaration which php 7.0 and below does not support yet. But package still work from 5.6-7.3 .. Only test codes failed due to return type declarations when using CI testing on php7.2 as it installs PHPunit 8.0+ which uses 7.2+ with return type declarations1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments