mirror of
https://github.com/halaxa/json-machine.git
synced 2025-01-18 21:37:57 +01:00
14 lines
161 B
YAML
14 lines
161 B
YAML
language: php
|
|
|
|
php:
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
- 7.3
|
|
- 7.4
|
|
- 8.0snapshot
|
|
|
|
install:
|
|
- composer self-update --2
|
|
- composer update --ignore-platform-req=php
|