1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 10:11:13 +01:00

Use php 7.3 on travis

This commit is contained in:
Daniil Gentili 2019-05-31 18:08:02 +02:00
parent 011c8a5c6e
commit e38ecb9010

View File

@ -1,6 +1,7 @@
language: php language: php
php: php:
- '7.4' - '7.3'
before_install: before_install:
- echo "phar.readonly = 0" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - echo "phar.readonly = 0" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini