Skip to content

Commit 60b2795

Browse files
committed
Updated build (added PHP 7.2 and 7.3)
1 parent 108d6f7 commit 60b2795

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ php:
55
- '5.6'
66
- '7.0'
77
- '7.1'
8+
- '7.2'
9+
- '7.3'
810

911
env:
1012
- MYSQL_VERSION=5.6
@@ -17,7 +19,7 @@ services:
1719
- docker
1820

1921
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
2123
- sudo /etc/init.d/mysql stop
2224
- make start_db V=$MYSQL_VERSION
2325

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.9",
14-
"illuminate/database": "^5.2|^6.0",
14+
"illuminate/database": "^5.2||^6.0",
1515
"geo-io/wkb-parser": "^1.0",
1616
"jmikola/geojson": "^1.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "~4.8||~5.7",
2020
"mockery/mockery": "^0.9.9",
21-
"laravel/laravel": "^5.2|^6.0",
21+
"laravel/laravel": "^5.2||^6.0",
2222
"codeclimate/php-test-reporter": "dev-master",
2323
"doctrine/dbal": "^2.5",
2424
"laravel/browser-kit-testing": "^2.0"

0 commit comments

Comments
 (0)