Skip to content

Commit 3079c81

Browse files
committedJan 23, 2020
drop PHP 7.3 with CakePHP 3.5 test
1 parent 268e1d5 commit 3079c81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ matrix:
2828
include:
2929
- php: 7.1
3030
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:'
3331

3432
- php: 7.1
3533
env: DEFAULT=1 DB=mysql db_dsn='mysql://root@0.0.0.0/cakephp_test'

0 commit comments

Comments
 (0)
Please sign in to comment.