Skip to content

Commit

Permalink
update phpunit to 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rizqyhi committed Dec 8, 2023
1 parent 8189acb commit 1a36900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Running unit test
uses: php-actions/phpunit@v3
with:
version: 9.5
version: 9.6
php_version: 8.1
configuration: phpunit.xml
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"require-dev": {
"mockery/mockery": "~1.3",
"phpunit/phpunit": "~9.5",
"phpunit/phpunit": "~9.6",
"phpspec/prophecy-phpunit": "~2.0",
"symfony/var-dumper": "~6.4"
},
Expand Down

0 comments on commit 1a36900

Please sign in to comment.