Skip to content

Commit 10670cc

Browse files
committed
[*]: try to run test for php 8
1 parent 9c17e85 commit 10670cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ composer.lock
44

55
# php (phpunit)
66
build/logs/
7+
.phpunit.result.cache
78

89
# phpcs fixer
910
.php_cs.cache

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"ondrejmirtes/better-reflection": "~4.3"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "~6.0 || ~7.0",
32+
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0",
3333
"jetbrains/phpstorm-stubs": "dev-master as v2019.3"
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)