update github actions #608

This commit is contained in:
vnmedeiros 2021-11-17 00:12:02 -03:00
parent 88fa955f7d
commit 0499b1cc18
1 changed files with 3 additions and 3 deletions

View File

@ -91,9 +91,9 @@ jobs:
id: set_phpunit
run: |
if [[ "${{ matrix.php }}" = "8.0" ]]; then
wget https://phar.phpunit.de/phpunit-8.3.1.phar -P /tmp
chmod +x /tmp/phpunit-8.3.1.phar
mv /tmp/phpunit-8.3.1.phar /usr/local/bin/phpunit
wget https://phar.phpunit.de/phpunit-9.3.0.phar -P /tmp
chmod +x /tmp/phpunit-9.3.0.phar
mv /tmp/phpunit-9.3.0.phar /usr/local/bin/phpunit
elif [[ "${{ matrix.php }}" > "6.0" ]]; then
wget https://phar.phpunit.de/phpunit-6.5.7.phar -P /tmp
chmod +x /tmp/phpunit-6.5.7.phar