mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 21:10:36 -05:00
Specify PHP 5.4 as version for scrutinizer
Let's see if this helps for cases such as https://github.com/owncloud/core/issues/19793
This commit is contained in:
parent
905474ebd4
commit
d0cc8f5cee
1 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,13 @@
|
|||
application:
|
||||
environment:
|
||||
php:
|
||||
version: 5.4
|
||||
|
||||
build:
|
||||
environment:
|
||||
php:
|
||||
version: 5.4
|
||||
|
||||
filter:
|
||||
excluded_paths:
|
||||
- '3rdparty/*'
|
||||
|
|
|
|||
Loading…
Reference in a new issue