Skip to content

Commit 3668d25

Browse files
committed
Test against legacy PHP 5.3 through PHP 7.3
1 parent b840c25 commit 3668d25

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.travis.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
language: php
22

33
php:
4-
- 5.3
4+
# - 5.3 # requires old distro, see below
5+
- 5.4
6+
- 5.5
57
- 5.6
6-
- hhvm
8+
- 7.0
9+
- 7.1
10+
- 7.2
11+
- 7.3
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
720

821
install:
922
- composer install --no-interaction

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ The recommended way to install this library is [through composer](https://getcom
5555
}
5656
```
5757

58+
This project aims to run on any platform and thus does not require any PHP
59+
extensions and supports running on legacy PHP 5.3 through current PHP 7+.
60+
It's *highly recommended to use PHP 7+* for this project.
61+
5862
## Tests
5963

6064
To run the test suite, you first need to clone this repo and then install all

0 commit comments

Comments
 (0)