Skip to content

Commit

Permalink
Update using paratest 7.0.4 to support phpunit 10.0.6 (#3362)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Feb 8, 2023
1 parent 5fc8c1a commit 6e5b0fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:

- uses: "ramsey/composer-install@v2"

- run: vendor/bin/phpunit ${{ matrix.path }} --colors
- run: vendor/bin/paratest ${{ matrix.path }} --colors
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"webmozart/assert": "^1.11"
},
"require-dev": {
"brianium/paratest": "^7.0.4",
"cweagans/composer-patches": "^1.7.2",
"icanhazstring/composer-unused": "^0.8.5",
"myclabs/php-enum": "^1.8.4",
Expand All @@ -49,7 +50,7 @@
"phpstan/phpstan-php-parser": "^1.1",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpstan/phpstan-webmozart-assert": "^1.2.2",
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^10.0.6",
"rector/phpstan-rules": "^0.6.5",
"rector/rector-generator": "dev-main",
"spatie/enum": "^3.13",
Expand Down

0 comments on commit 6e5b0fd

Please sign in to comment.