test: fix expresion condition 2

This commit is contained in:
vnmedeiros 2021-07-15 11:11:26 -03:00
parent 934b3f8169
commit 99bd661495
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ jobs:
- name: Determine supported PHPUnit version
id: set_phpunit
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
chmod +x /tmp/phpunit-6.5.7.phar
mv /tmp/phpunit-6.5.7.phar /usr/local/bin/phpunit