Skip to content

Commit 65834cc

Browse files
committed
add PHP / CakePHP versions
1 parent 61581ce commit 65834cc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.travis.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ services:
55

66
php:
77
- 7.1
8+
- 7.2
9+
- 7.3
810

911
sudo: false
1012

1113
env:
1214
matrix:
13-
- CAKE_VERSION='3.5.*'
15+
- CAKE_VERSION='3.7.*'
16+
- CAKE_VERSION='3.8.*'
1417
global:
1518
- DEFAULT=1 DB=sqlite db_dsn='sqlite:///:memory:'
1619

@@ -23,6 +26,11 @@ matrix:
2326
fast_finish: true
2427

2528
include:
29+
- php: 7.1
30+
env: CAKE_VERSION='3.5.*' DEFAULT=1 DB=sqlite db_dsn='sqlite:///:memory:'
31+
- php: 7.3
32+
env: CAKE_VERSION='3.5.*' DEFAULT=1 DB=sqlite db_dsn='sqlite:///:memory:'
33+
2634
- php: 7.1
2735
env: DEFAULT=1 DB=mysql db_dsn='mysql://[email protected]/cakephp_test'
2836

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">= 7.1",
88
"ext-json": "*",
99
"ext-openssl": "*",
10-
"cakephp/cakephp": "~3.5.18",
10+
"cakephp/cakephp": "^3.5.18",
1111
"league/oauth2-server": "~8.0.0",
1212
"cakephp/migrations": "~1.7.0"
1313
},

0 commit comments

Comments
 (0)