Skip to content

Commit f911286

Browse files
authored
Merge pull request #368 from StudioMaX/patch-1
Add PHP 7.4 to Travis
2 parents 23a53d2 + 76fb886 commit f911286

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
dist: trusty
1+
dist: xenial
22

33
language: php
44

5-
sudo: false
6-
75
php:
8-
- '5.5'
96
- '5.6'
107
- '7.0'
118
- '7.1'
129
- '7.2'
1310
- '7.3'
11+
- '7.4'
12+
13+
matrix:
14+
include:
15+
- php: 5.5
16+
dist: trusty
1417

1518
before_script:
1619
- composer install

0 commit comments

Comments
 (0)