Skip to content

Commit 7ebfe40

Browse files
committed
run tests with php 8
1 parent 8e73980 commit 7ebfe40

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.phpunit.result.cache
12
composer.lock
23
phpunit.xml
34
vendor/

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ php:
44
- 7.1
55
- 7.2
66
- 7.3
7-
- 7.4snapshot
7+
- 7.4
8+
- nightly
89

910
install:
1011
- composer install --no-interaction --prefer-dist
1112

1213
script:
13-
- ./vendor/bin/phpunit --coverage-text
14+
- ./vendor/bin/simple-phpunit --coverage-text

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": ">=7.1"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^7.5"
18+
"symfony/phpunit-bridge": "^5.0@dev"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)