Skip to content

Commit 2b34020

Browse files
authored
chore: retire <PHP7.3, add PHP8.1
1 parent f6cd224 commit 2b34020

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: php
22

33
php:
4-
- 7.0
5-
- 7.1
6-
- 7.2
4+
# - 7.0
5+
# - 7.1
6+
# - 7.2
77
- 7.3
88
- 7.4
99
- 8.0
10+
- 8.1
1011
- nightly
1112

1213
matrix:

0 commit comments

Comments
 (0)