Skip to content

Commit

Permalink
update rector version and PHPUnit version in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
untone-survive committed May 13, 2024
1 parent d00a674 commit f900242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: php-actions/composer@v6

- name: PHPUnit Tests
uses: php-actions/phpunit@v3
uses: php-actions/phpunit@v4
with:
php_extensions: xdebug
bootstrap: tests/bootstrap.php
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^10",
"psr/log": "^2.0",
"rector/rector": "^0.18.5",
"rector/rector": "^1.0",
"slevomat/coding-standard": "^8.8.0",
"squizlabs/php_codesniffer": "^3.7.2",
"symfony/console": "^5.0"
Expand Down

0 comments on commit f900242

Please sign in to comment.