File tree Expand file tree Collapse file tree 2 files changed +13
-16
lines changed
Expand file tree Collapse file tree 2 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 11language : php
2- php :
3- - 7.2
2+
43cache :
54 directories :
65 - $HOME/.composer/cache
76
87services :
98 - mysql
109
11- addons :
12- apt :
13- sources :
14- - mysql-5.7-trusty
15- packages :
16- - mysql-server
17-
18- dist : trusty
10+ dist : bionic
1911sudo : required
2012
21- env :
22- matrix :
23- - PREFER_LOWEST="--prefer-lowest"
24- - PREFER_LOWEST=""
13+ matrix :
14+ fast_finish : true
15+ include :
16+ # Test the latest stable release
17+ - php : 7.2
18+ - php : 7.2
19+ env : PREFER_LOWEST="--prefer-lowest"
20+ - php : 7.4
21+
2522before_script :
2623- composer update --prefer-dist $PREFER_LOWEST
2724script :
Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "require" : {
12- "thecodingmachine/tdbm" : " ~5.1 .0" ,
12+ "thecodingmachine/tdbm" : " ~5.2 .0" ,
1313 "symfony/filesystem" : " ^2.0 || ^3.0 || ^4.0 || ^5.0" ,
1414 "psr/container" : " ^1" ,
1515 "thecodingmachine/graphqlite" : " ^4" ,
3434 },
3535 "extra" : {
3636 "branch-alias" : {
37- "dev-master" : " 4.x-dev"
37+ "dev-master" : " 4.1. x-dev"
3838 }
3939 },
4040 "minimum-stability" : " dev" ,
You can’t perform that action at this time.
0 commit comments