Skip to content

Commit f369c85

Browse files
committed
Upgrade PHPUnit to v9
1 parent 4af9ea2 commit f369c85

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build:
33
analysis:
44
environment:
55
php:
6-
version: 7.2
6+
version: 7.3
77
cache:
88
disabled: false
99
directories:

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ cache:
77
- $HOME/.composer/cache
88

99
php:
10-
- 7.2
1110
- 7.3
11+
- 7.4
1212
- nightly
1313

1414
before_install:
@@ -25,9 +25,9 @@ jobs:
2525
- php: nightly
2626

2727
include:
28-
- stage: Test
28+
- stage: Test
2929
name: Coverage
30-
php: 7.2
30+
php: 7.3
3131
before_script:
3232
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{.disabled,}
3333
- if [[ ! $(php -m | grep -si xdebug) ]]; then echo "xdebug required for coverage"; exit 1; fi
@@ -36,11 +36,11 @@ jobs:
3636
- wget https://github.com/scrutinizer-ci/ocular/releases/download/1.5.2/ocular.phar
3737
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
3838

39-
- stage: Code Quality
39+
- stage: Code Quality
4040
name: Coding Standard
41-
php: 7.2
41+
php: 7.3
4242
script: ./vendor/bin/phpcs
43-
- name: Static Analysis
44-
php: 7.2
43+
- name: Static Analysis
44+
php: 7.3
4545
script: ./vendor/bin/phpstan analyse
4646

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"sort-packages": true
1414
},
1515
"require": {
16-
"php": "^7.2||^8.0",
16+
"php": "^7.3||^8.0",
1717
"thecodingmachine/safe": "^1.0.2",
1818
"webonyx/graphql-php": "^0.12||^0.13"
1919
},
@@ -22,7 +22,7 @@
2222
"phpstan/phpstan": "0.12.25",
2323
"phpstan/phpstan-phpunit": "0.12.10",
2424
"phpstan/phpstan-strict-rules": "0.12.2",
25-
"phpunit/phpunit": "^8.5",
25+
"phpunit/phpunit": "^9.0",
2626
"thecodingmachine/phpstan-safe-rule": "^1.0"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)