Skip to content

Commit 80c2dca

Browse files
author
Marco Bunge
committed
Add PHP 7.1 Support
1 parent 5524c41 commit 80c2dca

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ php:
66
- 5.5
77
- 5.6
88
- 7.0
9+
- 7.1
910
- hhvm
1011

1112
matrix:
1213
fast_finish: true
1314
allow_failures:
14-
php: 7.0
15+
php: 7.1
1516

1617
cache:
1718
directories:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Hawkbit Presentation Changelog
22

3+
## 1.0.1
4+
5+
### Added
6+
7+
- Add PHP 7.1 Support
8+
39
## 1.0.0
410

511
### Added

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ The following versions of PHP are supported by this version.
4848
* PHP 5.5
4949
* PHP 5.6
5050
* PHP 7.0
51+
* PHP 7.1
5152
* HHVM
5253

5354
## Setup

0 commit comments

Comments
 (0)