Skip to content

Commit e8070c3

Browse files
authored
Update build matrix
Test the same version of PHP we support for cakephp core.
1 parent a6ee5fa commit e8070c3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ language: php
33
sudo: false
44

55
php:
6-
- 5.5
76
- 5.6
87
- 7.0
9-
- 7.1
8+
- 7.2
9+
- 7.3
10+
11+
1012

1113
matrix:
1214
include:
13-
- php: 7.1
15+
- php: 7.3
1416
env: PHPCS=1
1517

1618
before_script: composer install --prefer-dist --dev

0 commit comments

Comments
 (0)