mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 18:04:26 +02:00
Test travis config for PHP5 versions
This commit is contained in:
20
.travis.yml
20
.travis.yml
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user