Skip to content

Commit fefda6b

Browse files
travis may not allow 7.4 failures (#197)
* travis may not allow 7.4 failures * 7.4 is added (not changed)
1 parent dcd9fff commit fefda6b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: .travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ dist: trusty
44
php:
55
- 7.2
66
- 7.3
7-
- 7.4snapshot
7+
- 7.4
88
- nightly
99
matrix:
1010
allow_failures:
11-
- php: 7.4snapshot
1211
- php: nightly
1312
before_script:
1413
- composer self-update

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 4.1.0
4+
5+
- (ADD) Support 7.4
6+
37
## 4.0.0
48

59
- (CHG) Upgrade to PHP 7.2+ only, strict types enabled

0 commit comments

Comments
 (0)