Skip to content

Commit e3eb9b8

Browse files
Update .travis.yml
1 parent f1dd180 commit e3eb9b8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ php:
77

88
# aliased to 5.2.17
99
- 5.2
10-
# aliased to 5.3.10
10+
# aliased to a recent 5.3.x version
1111
- 5.3
12-
# aliased to 5.4.0
12+
# aliased to a recent 5.4.x version
1313
- 5.4
1414

15-
# additional 5.3.x versions
16-
- 5.3.2
17-
- 5.3.8
15+
# additional 5.3.x version that long term support distributions commonly use
16+
- 5.3.3
1817

1918
# optionally specify a list of environments, for example to test different RDBMS
2019
env:

0 commit comments

Comments
 (0)