1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-02-24 08:02:27 +01:00
json-machine/.travis.yml
Filip Halaxa 067c34da4e Revert "Dropped PHP 5 support"
This reverts commit c81414a2f543459d204782f92c7873f2f0dc8839.
2020-12-05 13:59:27 +01:00

15 lines
169 B
YAML

language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0snapshot
install:
- composer self-update --2
- composer update --ignore-platform-req=php