Skip to content

Commit 0f1e1b8

Browse files
committed
Test against legacy PHP 5.3 through PHP 7.3
1 parent 2fab267 commit 0f1e1b8

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

.travis.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
language: php
22

33
php:
4-
- 5.3
4+
# - 5.3 # requires old distro
55
- 5.4
66
- 5.5
77
- 5.6
8-
- 7
9-
- hhvm
8+
- 7.0
9+
- 7.1
10+
- 7.2
11+
- 7.3
1012

11-
sudo: false
13+
# lock distro so new future defaults will not break the build
14+
dist: trusty
15+
16+
matrix:
17+
include:
18+
- php: 5.3
19+
dist: precise
1220

1321
install:
1422
- composer install --no-interaction

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,10 @@ The recommended way to install this library is [through composer](http://getcomp
390390
}
391391
```
392392

393+
This project aims to run on any platform and thus does not require any PHP
394+
extensions and supports running on legacy PHP 5.3 through current PHP 7+.
395+
It's *highly recommended to use PHP 7+* for this project.
396+
393397
## Tests
394398

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

0 commit comments

Comments
 (0)