php-actions / phpunit

Run PHPUnit tests in Github Actions.
108 stars 24 forks source link

Update phpunit 9.4.2 to 9.5.0 #20

Closed Gared closed 3 years ago

Gared commented 3 years ago

Updated phpunit 9

g105b commented 3 years ago

Hi @Gared ,

I've just noticed an improvement we can make - the absolute path of the phar file already understands how to calculate the latest version.

Rather than my hard-coded https://phar.phpunit.de/phpunit-9.4.2.phar , we can simply use https://phar.phpunit.de/phpunit-9.phar and it will always pick the latest stable release!

Would you mind changing to this URL?

Thanks!

Gared commented 3 years ago

@g105b Good spot! Changed the urls!

g105b commented 3 years ago

Thank you @Gared