File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ addons:
17
17
18
18
env :
19
19
global :
20
- - PHALCON_VERSION=v4.0.0-rc.2
20
+ - PHALCON_VERSION=v4.0.0
21
21
matrix :
22
22
- DB=mysql DB_ADAPTER=mysql DB_PORT=3306 DB_USERNAME=root
23
23
- DB=postgres DB_ADAPTER=pgsql DB_PORT=5432 DB_USERNAME=postgres
Original file line number Diff line number Diff line change 27
27
"require" : {
28
28
"php" : " >=7.2" ,
29
29
"ext-openssl" : " *" ,
30
- "ext-phalcon" : " ~4.0.0-rc.2 " ,
30
+ "ext-phalcon" : " ~4.0.0" ,
31
31
"robmorgan/phinx" : " ^0.11.1" ,
32
32
"swiftmailer/swiftmailer" : " ^6.2" ,
33
33
"vlucas/phpdotenv" : " ^3.6"
34
34
},
35
35
"require-dev" : {
36
36
"codeception/codeception" : " ^3.1" ,
37
- "phalcon/ide-stubs" : " 4.0.0-rc.2 " ,
37
+ "phalcon/ide-stubs" : " 4.0.0" ,
38
38
"phpunit/phpunit" : " ^8.4" ,
39
39
"squizlabs/php_codesniffer" : " 3.5" ,
40
- "vimeo/psalm" : " ^3.6 "
40
+ "vimeo/psalm" : " ^3.7 "
41
41
},
42
42
"suggest" : {
43
43
"ext-apc" : " Needed to support caching ACL"
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ ARG VERSION=4.0.0
8
8
9
9
ENV BUILD_ID=$BUILD_ID \
10
10
APP_VERSION=$VERSION \
11
- PHALCON_VERSION=4.0.0-rc.2 \
12
- PHALCON_BUILD=813 \
13
- PHALCON_BRANCH=mainline \
11
+ PHALCON_VERSION=4.0.0 \
12
+ PHALCON_BUILD=848 \
13
+ PHALCON_BRANCH=nightly \
14
14
PHALCON_OS=debian/buster
15
15
16
16
LABEL build_id="$BUILD_ID" \
You can’t perform that action at this time.
0 commit comments