We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5524c41 commit 80c2dcaCopy full SHA for 80c2dca
.travis.yml
@@ -6,12 +6,13 @@ php:
6
- 5.5
7
- 5.6
8
- 7.0
9
+ - 7.1
10
- hhvm
11
12
matrix:
13
fast_finish: true
14
allow_failures:
- php: 7.0
15
+ php: 7.1
16
17
cache:
18
directories:
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Hawkbit Presentation Changelog
2
3
+## 1.0.1
4
+
5
+### Added
+ - Add PHP 7.1 Support
## 1.0.0
### Added
README.md
@@ -48,6 +48,7 @@ The following versions of PHP are supported by this version.
48
* PHP 5.5
49
* PHP 5.6
50
* PHP 7.0
51
+* PHP 7.1
52
* HHVM
53
54
## Setup
0 commit comments