File tree 3 files changed +2
-10
lines changed
3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
build :
2
2
environment :
3
3
php :
4
- version : 7.1
4
+ version : 7.2
5
5
6
6
before_commands :
7
7
- " composer install --no-dev --prefer-source"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ sudo: false
3
3
language : php
4
4
5
5
php :
6
- - 7.1
7
6
- 7.2
8
7
- nightly
9
8
30
29
addons :
31
30
mariadb : 10.1
32
31
33
- - stage : Test
34
- env : DB=mysql MYSQL_VERSION=5.7
35
- php : 7.1
36
- before_script :
37
- - ./tests/travis/install-mysql-$MYSQL_VERSION.sh
38
- sudo : required
39
-
40
32
- stage : Test
41
33
env : DB=mysql MYSQL_VERSION=5.7
42
34
php : 7.2
Original file line number Diff line number Diff line change 14
14
],
15
15
"minimum-stability" : " dev" ,
16
16
"require" : {
17
- "php" : " ^7.1 " ,
17
+ "php" : " ^7.2 " ,
18
18
"ext-pdo" : " *" ,
19
19
"doctrine/collections" : " ^1.4" ,
20
20
"doctrine/dbal" : " dev-develop as 3.x-dev" ,
You can’t perform that action at this time.
0 commit comments