Skip to content

Commit

Permalink
Update dependency phpunit/phpunit to v9 (#46)
Browse files Browse the repository at this point in the history
* Require min 7.3

* Update dependency phpunit/phpunit to v9

* Bump supported php versions

Co-authored-by: Rasmus Bengtsson <2124386+rasmusbe@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
3 people committed Mar 16, 2021
1 parent 3b8fd7f commit 389c558
Show file tree
Hide file tree
Showing 3 changed files with 744 additions and 245 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['7.2', '7.3', '7.4']
php-version: ['7.3', '7.4', '8.0']
test-command: ['test']
include:
- php-version: '8.0'
test-command: 'unittest'

name: Test PHP ${{ matrix.php-version }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"issues": "https://github.com/personnummer/php/issues"
},
"require": {
"php": ">=7.2"
"php": ">=7.3"
},
"require-dev": {
"ext-json": "*",
"squizlabs/php_codesniffer": "^3.4",
"jchook/phpunit-assert-throws": "^1.0",
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^9.0",
"phpcompatibility/php-compatibility": "^9.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"roave/security-advisories": "dev-master"
Expand All @@ -61,7 +61,7 @@
},
"config": {
"platform": {
"php": "7.2"
"php": "7.3"
}
}
}
Loading

0 comments on commit 389c558

Please sign in to comment.