File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
php :
3
- - 5.3
3
+ # - 5.3 # requires old distro, see below
4
+ - 5.4
5
+ - 5.5
4
6
- 5.6
5
- - hhvm
7
+ - 7.0
8
+ - 7.1
9
+ - 7.2
10
+ - hhvm # ignore errors, see below
11
+
12
+ # lock distro so future defaults will not break the build
13
+ dist : trusty
14
+
15
+ matrix :
16
+ include :
17
+ - php : 5.3
18
+ dist : precise
19
+ allow_failures :
20
+ - php : hhvm
21
+
22
+ sudo : false
6
23
7
24
install :
8
25
- composer install --no-interaction
Original file line number Diff line number Diff line change @@ -60,6 +60,11 @@ The recommended way to install this library is [through composer](http://getcomp
60
60
}
61
61
```
62
62
63
+ This project aims to run on any platform and thus does not require any PHP
64
+ extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
65
+ HHVM.
66
+ It's * highly recommended to use PHP 7+* for this project.
67
+
63
68
## Tests
64
69
65
70
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