mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Add PHP7.1 to test matrix.
This commit is contained in:
parent
14192ba1e8
commit
caaf748883
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ php:
|
|||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
|
||||
env:
|
||||
- DB=mysql
|
||||
|
@ -22,7 +23,7 @@ matrix:
|
|||
- php: 5.4
|
||||
env: DB=sqlite
|
||||
|
||||
- php: 5.4
|
||||
- php: 7.0
|
||||
env: PHPCS=1
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue