1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 22:26:43 +02:00

travis: fixed PHP versions

This commit is contained in:
David Grudl
2017-09-25 17:49:56 +02:00
parent 1352437e08
commit 8a25700c8c

View File

@@ -1,5 +1,7 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1