Skip to content

Commit cc952c9

Browse files
sergeyklaysergeysviridenko
authored andcommitted
Used latest stabe Phalcon
1 parent 6ab80c5 commit cc952c9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ dist: trusty
66
php:
77
- 5.5
88
- 5.6
9-
- 7.1
109

1110
services:
1211
- postgresql
@@ -15,6 +14,10 @@ matrix:
1514
include:
1615
- php: 7.0
1716
env: ZEND_BACKEND="--backend=ZendEngine3"
17+
- php: 7.1
18+
env: ZEND_BACKEND="--backend=ZendEngine3"
19+
- php: 7.2
20+
env: ZEND_BACKEND="--backend=ZendEngine3"
1821

1922
git:
2023
depth: 1
@@ -35,7 +38,7 @@ env:
3538
global:
3639
- PATH="$PATH:~/bin"
3740
- DISPLAY=":99.0"
38-
- PHALCON_VERSION="v3.3.2"
41+
- PHALCON_VERSION="v3.4.0"
3942

4043
before_install:
4144
- export PHP_VERSION=$(php-config --version)

0 commit comments

Comments
 (0)