Skip to content

Commit

Permalink
added php 7.3 version tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Dec 21, 2018
1 parent c7e475a commit 0881201
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ language: php
php:
- 7.1
- 7.2
- 7.3
- nightly
before_script:
- if [[ "$TRAVIS_PHP_VERSION" == "7.1" ]]; then PHPUNIT_FLAGS="--coverage-clover build/logs/clover.xml"; fi
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## in progress

+ Added tests for php 7.3

## 1.1.0 (21. December 2018)

+ Add version constraint compare function.
Expand Down

0 comments on commit 0881201

Please sign in to comment.