1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2024-11-29 00:24:14 +01:00

travis: poke at php versions

This commit is contained in:
Klas Lindfors 2018-01-31 13:43:15 +01:00
parent c1cb3e1dd8
commit d1f42c6634
No known key found for this signature in database
GPG Key ID: BCA00FD4B2168C0A

View File

@ -1,9 +1,11 @@
language: php language: php
php: php:
- 7.2
- 7.1
- 7.0
- 5.6 - 5.6
- 5.5 - 5.5
- 5.4 - 5.4
- 5.3
env: env:
- DB=mysql - DB=mysql
- DB=pgsql - DB=pgsql