File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.3
4
+ # - 5.3 # requires old distro, see below
5
5
- 5.4
6
6
- 5.5
7
7
- 5.6
8
- - 7
9
- - hhvm
8
+ - 7.0
9
+ - 7.1
10
+ - 7.2
11
+ - hhvm # ignore errors, see below
12
+
13
+ # lock distro so future defaults will not break the build
14
+ dist : trusty
15
+
16
+ matrix :
17
+ include :
18
+ - php : 5.3
19
+ dist : precise
20
+ allow_failures :
21
+ - php : hhvm
22
+
23
+ sudo : false
10
24
11
25
install :
12
26
- composer install --no-interaction
Original file line number Diff line number Diff line change @@ -141,6 +141,11 @@ $ composer require clue/mdns-react:~0.2.0
141
141
142
142
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
143
143
144
+ This project aims to run on any platform and thus does not require any PHP
145
+ extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
146
+ HHVM.
147
+ It's * highly recommended to use PHP 7+* for this project.
148
+
144
149
## Tests
145
150
146
151
To run the test suite, you first need to clone this repo and then install all
You can’t perform that action at this time.
0 commit comments