Test travis config for PHP5 versions

This commit is contained in:
Simon Wisselink
2020-05-05 09:56:44 +02:00
parent 1418c8c422
commit 4de40774fe
2 changed files with 16 additions and 7 deletions

View File

@@ -5,14 +5,20 @@ sudo: false
dist: trusty
php:
# - 5.2 # we cannot run 5.2 because phpunit is installed using composer
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- nightly
matrix:
include:
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4
- php: nightly
fast_finish: true
allow_failures:
- php: nightly

View File

@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Travis unit tests now run for all php versions >= 5.3
### Fixed
- PHP5.3 compatability fixes