Skip to content

Commit b18c253

Browse files
andreybolonintaylorotwell
authored andcommitted
[5.7] Add PHP 7.3 to Travis (#26328)
* add php 7.3 to travis * Update .travis.yml * Require Guzzle 6.3
1 parent 96e4743 commit b18c253

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ matrix:
1313
- php: 7.2
1414
- php: 7.2
1515
env: setup=lowest
16+
- php: 7.3
17+
- php: 7.3
18+
env: setup=lowest
1619

1720
sudo: false
1821

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"aws/aws-sdk-php": "^3.0",
7878
"doctrine/dbal": "^2.6",
7979
"filp/whoops": "^2.1.4",
80+
"guzzlehttp/guzzle": "^6.3",
8081
"league/flysystem-cached-adapter": "^1.0",
8182
"mockery/mockery": "^1.0",
8283
"moontoast/math": "^1.1",

0 commit comments

Comments
 (0)