Skip to content

Commit b90f78b

Browse files
author
georgio
committed
fix sleep method
1 parent f08a062 commit b90f78b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ sudo: false
22
language: php
33

44
php:
5-
- 7.2
65
- 7.3
76
- 7.4
87
- 8.0
98
matrix:
109
allow_failures:
11-
- php: 8.0
10+
- php: 7.2
1211

1312
before_script:
1413
- composer self-update

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
]
3131
},
3232
"require": {
33-
"php": "^7.2 || 8.0.*"
33+
"php": "^7.3 || 8.0.*"
3434
},
3535
"require-dev": {
3636
"ext-dom": "*",

0 commit comments

Comments
 (0)