Fix cphalcon for PHP 7.3

This commit is contained in:
cytopia
2018-12-27 16:30:59 +01:00
parent ab68fd47a2
commit 333297f8d7
2 changed files with 1 additions and 6 deletions

View File

@@ -1253,11 +1253,6 @@ extensions_available:
git_url: https://github.com/phalcon/cphalcon
git_ref: v3.4.2
command: cd build && ./install
7.3:
type: git
git_url: https://github.com/phalcon/cphalcon
git_ref: $(git for-each-ref --format='%(*creatordate:raw)%(creatordate:raw) %(refname)' refs/tags | sort -n | sed 's/^.*tags\///g' | tail -1)
command: cd build && ./install
all:
type: git
git_url: https://github.com/phalcon/cphalcon