Skip to content

Commit 0c31cd0

Browse files
author
sergiy-petrov
authored
test against php 7.3 and 7.4
1 parent 3f2b4c7 commit 0c31cd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ php:
44
- 7.0
55
- 7.1
66
- 7.2
7+
- 7.3
8+
- 7.4
79

810
notifications:
911
email: false
@@ -17,4 +19,4 @@ before_script:
1719

1820
# Run PHPs run-tests.php
1921
script:
20-
- ./travis/run-test.sh
22+
- ./travis/run-test.sh

0 commit comments

Comments
 (0)