Skip to content
This repository was archived by the owner on Sep 9, 2019. It is now read-only.

Commit bf8d4d0

Browse files
committed
No longer allow PHP 7.1 to fail
1 parent 829ffbb commit bf8d4d0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ php:
1414

1515
matrix:
1616
allow_failures:
17-
- php: 7.1
1817
- php: nightly
1918

2019
before_script:

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ XP Compiler ChangeLog
33

44
## ?.?.? / ????-??-??
55

6+
## 7.1.1 / 2016-10-01
7+
8+
* Fixed forward compatibility with PHP 7.1. It was really only unittests
9+
failing though; see https://bugs.php.net/bug.php?id=73217
10+
(@thekid)
11+
612
## 7.1.0 / 2016-10-01
713

814
* Added version compatibility with XP 8 - @thekid

0 commit comments

Comments
 (0)