Skip to content

Commit 0f19428

Browse files
committed
remove php7.1 support
1 parent adc1b25 commit 0f19428

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
76
- 7.4
7+
- 8.0
88

99
before_script:
1010
- composer self-update

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ And some simple utility methods:
9393

9494
## Requirements
9595

96-
`Utf8` is tested against php 7.1, 7.2, 7.3 and 7.4
96+
`Utf8` is tested against php 7.2, 7.3, 7.4 and 8.0
9797

9898
## Contributing
9999

0 commit comments

Comments
 (0)