Skip to content

Commit

Permalink
Install phpunit 9 with simple-phpunit by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Dec 12, 2022
1 parent 98e7851 commit 6faf93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"links": {"%target-dir%/simple-phpunit": "simple-phpunit"}
},
"sh": {
"command": "simple-phpunit install && SYMFONY_PHPUNIT_VERSION=8 simple-phpunit install"
"command": "simple-phpunit install && SYMFONY_PHPUNIT_VERSION=9 simple-phpunit install"
}
},
"test": "simple-phpunit --version",
Expand Down

0 comments on commit 6faf93d

Please sign in to comment.