Skip to content

Commit

Permalink
Add PHP 7.1 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Apr 5, 2017
1 parent 9de83b9 commit 6b87269
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1

services:
- redis-server
Expand All @@ -17,11 +18,10 @@ env:
- DB=mysql CAKE_VERSION=2

matrix:
- DB=mysql CAKE_VERSION=2.4
- DB=mysql CAKE_VERSION=2.5
- DB=mysql CAKE_VERSION=2.6
- DB=mysql CAKE_VERSION=2.7
- DB=mysql CAKE_VERSION=2.8
- DB=mysql CAKE_VERSION=2.9

matrix:
include:
Expand All @@ -35,14 +35,18 @@ matrix:
env:
- FOC_VALIDATE=1
exclude:
- php: 7
env: DB=mysql CAKE_VERSION=2.4
- php: 7
env: DB=mysql CAKE_VERSION=2.5
- php: 7
- php: 7.0
env: DB=mysql CAKE_VERSION=2.6
- php: 7
- php: 7.0
env: DB=mysql CAKE_VERSION=2.7
- php: 7.0
env: DB=mysql CAKE_VERSION=2.8
- php: 7.1
env: DB=mysql CAKE_VERSION=2.6
- php: 7.1
env: DB=mysql CAKE_VERSION=2.7
- php: 7.1
env: DB=mysql CAKE_VERSION=2.8

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Redis (DataSource) Plugin for CakePHP

## Requirements

* CakePHP 2.4.2 or greater.
* CakePHP 2.6.0 or greater.
* PHP 5.4.16 or greater.
* PhpRedis.

Expand Down

0 comments on commit 6b87269

Please sign in to comment.