fix github workflow

This commit is contained in:
Khoubza Younes
2020-12-06 22:14:02 +01:00
parent 7eac9c52a3
commit 54b82469a6
5 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -33,9 +33,9 @@ jobs:
php-version: ${{ matrix.php }}
coverage: none
- name: Require phpunit 5.7 for php >= 5.6
if: matrix.php >= 5.6
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:5.7.*" --no-interaction --no-update
- name: Require phpunit 4.8 for php <= 5.6
if: matrix.php <= 5.6
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:4.8.36" --no-interaction --no-update
- name: Require phpunit 6 for php >= 7.0
if: matrix.php >= 7.0
+3 -3
View File
@@ -33,9 +33,9 @@ jobs:
php-version: ${{ matrix.php }}
coverage: none
- name: Require phpunit 5.7 for php >= 5.6
if: matrix.php >= 5.6
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:5.7.*" --no-interaction --no-update
- name: Require phpunit 4.8 for php <= 5.6
if: matrix.php <= 5.6
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:4.8.36" --no-interaction --no-update
- name: Require phpunit 6 for php >= 7.0
if: matrix.php >= 7.0
+3 -3
View File
@@ -33,9 +33,9 @@ jobs:
php-version: ${{ matrix.php }}
coverage: none
- name: Require phpunit 5.7 for php >= 5.6
if: matrix.php >= 5.6
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:5.7.*" --no-interaction --no-update
- name: Require phpunit 4.8 for php <= 5.6
if: matrix.php <= 5.6
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:4.8.36" --no-interaction --no-update
- name: Require phpunit 6 for php >= 7.0
if: matrix.php >= 7.0
+3 -3
View File
@@ -33,9 +33,9 @@ jobs:
php-version: ${{ matrix.php }}
coverage: none
- name: Require phpunit 5.7 for php >= 5.6
if: matrix.php >= 5.6
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:5.7.*" --no-interaction --no-update
- name: Require phpunit 4.8 for php <= 5.6
if: matrix.php <= 5.6
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:4.8.36" --no-interaction --no-update
- name: Require phpunit 6 for php >= 7.0
if: matrix.php >= 7.0
+3 -3
View File
@@ -33,9 +33,9 @@ jobs:
php-version: ${{ matrix.php }}
coverage: none
- name: Require phpunit 5.7 for php >= 5.6
if: matrix.php >= 5.6
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:5.7.*" --no-interaction --no-update
- name: Require phpunit 4.8 for php <= 5.6
if: matrix.php <= 5.6
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:4.8.36" --no-interaction --no-update
- name: Require phpunit 6 for php >= 7.0
if: matrix.php >= 7.0