Skip to content

Commit

Permalink
Updating Travis configuration to build against PHP 7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Jan 3, 2019
1 parent 9df7406 commit ad8e80c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dist: trusty
php:
- 7.1
- 7.2
- 7.3
- nightly

sudo: false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A RaspberryPi GPIO library written in PHP, This library makes it a breeze to wor

* PHP >= 7.1.0

This library is unit tested against PHP 7.1, 7.2 and the bleeding edge (nightly build)!
This library is unit tested against PHP 7.1, 7.2, 7.3 and the bleeding edge (nightly build)!

License
-------
Expand Down

0 comments on commit ad8e80c

Please sign in to comment.