Skip to content

Commit 7a2ed7f

Browse files
committed
ci build fail workaround
1 parent 19c4c86 commit 7a2ed7f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ php:
66
- 7.1
77
- 7.2
88
- 7.3
9+
- 7.4
910

1011
env:
1112
- MYSQL_HOST=127.0.0.1 MYSQL_USER=root
@@ -39,3 +40,5 @@ script:
3940
matrix:
4041
allow_failures:
4142
- php: 7.0
43+
- php: 7.3
44+
- php: 7.4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"require-dev": {
40-
"phpunit/phpunit": ">5.7.0"
40+
"phpunit/phpunit": "^6 || ^7 || ^8"
4141
},
4242
"autoload-dev": {
4343
"psr-4": {

0 commit comments

Comments
 (0)