Skip to content

Commit 2827dbf

Browse files
committed
Update phpunit to 8.5
1 parent 2fbe85d commit 2827dbf

File tree

3 files changed

+147
-51
lines changed

3 files changed

+147
-51
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
sudo: false
1+
os: linux
2+
dist: xenial
23
language: php
34
php:
4-
- 7.1
55
- 7.2
6+
- 7.3
67

78
install:
89
- sh -c "cd update-server/ && composer install"

update-server/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
},
1313
"require-dev": {
1414
"behat/behat": "~3.4.3",
15-
"phpunit/phpunit": "^7"
15+
"phpunit/phpunit": "^8",
16+
"phpunit/php-code-coverage": "^7.0",
17+
"sebastian/global-state": "^3.0"
1618
}
1719
}

update-server/composer.lock

Lines changed: 141 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)