test: fix expresion condition 2
This commit is contained in:
parent
934b3f8169
commit
99bd661495
|
@ -90,7 +90,7 @@ jobs:
|
||||||
- name: Determine supported PHPUnit version
|
- name: Determine supported PHPUnit version
|
||||||
id: set_phpunit
|
id: set_phpunit
|
||||||
run: |
|
run: |
|
||||||
if [[ "${{ matrix.php }}" -ge "8.0" ]]; then
|
if [[ "${{ matrix.php }}" = "8.0" ]]; then
|
||||||
wget https://phar.phpunit.de/phpunit-8.3.1.phar -P /tmp
|
wget https://phar.phpunit.de/phpunit-8.3.1.phar -P /tmp
|
||||||
chmod +x /tmp/phpunit-6.5.7.phar
|
chmod +x /tmp/phpunit-6.5.7.phar
|
||||||
mv /tmp/phpunit-6.5.7.phar /usr/local/bin/phpunit
|
mv /tmp/phpunit-6.5.7.phar /usr/local/bin/phpunit
|
||||||
|
|
Loading…
Reference in New Issue