fix github workflow

This commit is contained in:
Khoubza Younes
2020-12-06 21:24:42 +01:00
parent bb75e7c8bf
commit 8866d136cb
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
- name: Require phpunit 5.7 for php >= 5.6
if: matrix.php >= 5.6
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:6.*" --no-interaction --no-update
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:5.7.*" --no-interaction --no-update
- name: Require phpunit 6 for php >= 7.0
if: matrix.php >= 7.0