Skip to content

Commit 29e4c26

Browse files
committed
Add PHP 7.2 to Travis tasks
1 parent 1deb4e8 commit 29e4c26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ php:
1010
- 5.6
1111
- 7
1212
- 7.1
13+
- 7.2
1314

1415
env:
1516
matrix:
1617
- DB=mysql
17-
- DB=sqlite
18-
- DB=pgsql
18+
- DB=sqlite
19+
- DB=pgsql
1920

2021
before_install:
2122
# copy sprinkles.json

0 commit comments

Comments
 (0)