enable PHP 7.3 (allowed to fail) and disable master (8.0), which none of our dependencies support currently

This commit is contained in:
Ralf Becker 2019-02-09 14:41:18 +01:00
parent 448d121b48
commit 796194330a

View File

@ -4,12 +4,14 @@ php:
- 7.0
- 7.1
- 7.2
- master
- 7.3
#- master
matrix:
fast_finish: true
allow_failures:
- php: master
- php: 7.3
#- php: master
services:
- memcached