mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
remove PHP master/8.0 from tests and 7.3 from allow_failure
This commit is contained in:
parent
d753624972
commit
435d680248
@ -4,14 +4,13 @@ php:
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
- master
|
||||
# none of our dependencies allow 8.0
|
||||
# - master
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- php: master
|
||||
# allow 7.3 to fail, as pear.php.net is down and it has no cache with missing PEAR packages yet :(
|
||||
- php: 7.3
|
||||
# allow_failures:
|
||||
# - php: master
|
||||
|
||||
services:
|
||||
- memcached
|
||||
|
Loading…
Reference in New Issue
Block a user