We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25686f4 + 6cad11f commit add0634Copy full SHA for add0634
1 file changed
.travis.yml
@@ -1,22 +1,20 @@
1
language: php
2
3
-php:
4
-# - 5.3 # requires old distro, see below
5
- - 5.4
6
- - 5.5
7
- - 5.6
8
- - 7.0
9
- - 7.1
10
- - 7.2
11
- - 7.3
12
-
13
# lock distro so new future defaults will not break the build
14
dist: trusty
15
16
matrix:
17
include:
18
- php: 5.3
19
dist: precise
+ - php: 5.4
+ - php: 5.5
+ - php: 5.6
+ - php: 7.0
+ - php: 7.1
+ - php: 7.2
+ - php: 7.3
+ - php: 7.4
20
21
env:
22
- LOGIN=username:password@localhost
0 commit comments