We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1dd180 commit e3eb9b8Copy full SHA for e3eb9b8
1 file changed
.travis.yml
@@ -7,14 +7,13 @@ php:
7
8
# aliased to 5.2.17
9
- 5.2
10
- # aliased to 5.3.10
+ # aliased to a recent 5.3.x version
11
- 5.3
12
- # aliased to 5.4.0
+ # aliased to a recent 5.4.x version
13
- 5.4
14
15
- # additional 5.3.x versions
16
- - 5.3.2
17
- - 5.3.8
+ # additional 5.3.x version that long term support distributions commonly use
+ - 5.3.3
18
19
# optionally specify a list of environments, for example to test different RDBMS
20
env:
0 commit comments