You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than manually checking in the latest phpunit.phar file and rename it to contemplate_koans, we should make it an automatic download/checksum/chmod/rename via CI (github actions) whenever new code is pushed in to php_koans. This will also protect against a malicious version of phpunit sneaking via a contributor. I haven't messed with Github actions to know if this is possible or straightforward.
The text was updated successfully, but these errors were encountered:
Rather than manually checking in the latest phpunit.phar file and rename it to
contemplate_koans
, we should make it an automatic download/checksum/chmod/rename via CI (github actions) whenever new code is pushed in to php_koans. This will also protect against a malicious version of phpunit sneaking via a contributor. I haven't messed with Github actions to know if this is possible or straightforward.The text was updated successfully, but these errors were encountered: