update github actions #608
This commit is contained in:
parent
88fa955f7d
commit
0499b1cc18
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue