Skip to content

Commit f7260f9

Browse files
committed
added tests for CakePHP 3.7, which is no longer the latest version
1 parent 07e8a44 commit f7260f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ matrix:
1717
- php: 7.0
1818
env: COVERAGE=1
1919

20+
- php: 7.0
21+
env: CAKEPHP_VERSION="3.7.*"
22+
2023
services:
2124
- mysql
2225
- postgresql
@@ -27,6 +30,7 @@ addons:
2730
install:
2831
- composer self-update
2932
- composer install --prefer-dist --no-interaction
33+
- if [[ ! -z "$CAKEPHP_VERSION" ]]; then composer require --update-with-dependencies cakephp/cakephp:${CAKEPHP_VERSION}; fi
3034

3135
before_script:
3236
- mysql -e 'create database test;'

0 commit comments

Comments
 (0)