Disable Phalcon for PHP 7.3 as it currently core-dumps

This commit is contained in:
cytopia
2019-06-09 09:13:48 +02:00
parent e75b7cb54c
commit 3fd1652455
3 changed files with 2 additions and 13 deletions

View File

@@ -693,7 +693,7 @@ extensions_available:
build_dep: [libpq-dev]
run_dep: [libpq5]
phalcon:
disabled: [5.2, 7.4, 8.0]
disabled: [5.2, 7.3, 7.4, 8.0] # TODO: currently disabled for 7.3 as it breaks
5.3:
type: git
git_url: https://github.com/phalcon/cphalcon