mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 05:41:02 +01:00
enable PHP 7.3 (allowed to fail) and disable master (8.0), which none of our dependencies support currently
This commit is contained in:
parent
448d121b48
commit
796194330a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user