Skip to content

Commit

Permalink
[meta] Upgrade PHPunit to version 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
intellent committed Apr 9, 2024
1 parent e5b3ea5 commit 54e0dbc
Show file tree
Hide file tree
Showing 13 changed files with 461 additions and 933 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ compose.override.yml
/docs/phpdoc-cache*
.phpdoc
.vscode
/.phpunit.cache
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
image: priorist/phpunit
build:
context: .
entrypoint: vendor/bin/phpunit --bootstrap vendor/autoload.php --colors=always --whitelist src/Client --coverage-text
entrypoint: vendor/bin/phpunit --colors=always --coverage-text
command: tests
working_dir: /app
volumes:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"config": {
"platform": {
"php": "7.4.1"
"php": "8.3.4"
}
},
"require": {
Expand All @@ -13,7 +13,7 @@
"league/oauth2-client": "^2.4"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^11.0"
},
"license": "Apache-2.0",
"authors": [
Expand Down
Loading

0 comments on commit 54e0dbc

Please sign in to comment.