File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5
5
- ' 5.6'
6
6
- ' 7.0'
7
7
- ' 7.1'
8
+ - ' 7.2'
9
+ - ' 7.3'
8
10
9
11
env :
10
12
- MYSQL_VERSION=5.6
@@ -17,7 +19,7 @@ services:
17
19
- docker
18
20
19
21
before_install :
20
- - echo "memory_limit=2G " >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
22
+ - echo "memory_limit=23G " >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
21
23
- sudo /etc/init.d/mysql stop
22
24
- make start_db V=$MYSQL_VERSION
23
25
Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " >=5.5.9" ,
14
- "illuminate/database" : " ^5.2|^6.0" ,
14
+ "illuminate/database" : " ^5.2|| ^6.0" ,
15
15
"geo-io/wkb-parser" : " ^1.0" ,
16
16
"jmikola/geojson" : " ^1.0"
17
17
},
18
18
"require-dev" : {
19
19
"phpunit/phpunit" : " ~4.8||~5.7" ,
20
20
"mockery/mockery" : " ^0.9.9" ,
21
- "laravel/laravel" : " ^5.2|^6.0" ,
21
+ "laravel/laravel" : " ^5.2|| ^6.0" ,
22
22
"codeclimate/php-test-reporter" : " dev-master" ,
23
23
"doctrine/dbal" : " ^2.5" ,
24
24
"laravel/browser-kit-testing" : " ^2.0"
You can’t perform that action at this time.
0 commit comments