update github worklow.yaml

This commit is contained in:
Khoubza Younes
2020-12-06 21:19:35 +01:00
parent 363f288ce8
commit ea6c129a7f
6 changed files with 24 additions and 1 deletions
+4
View File
@@ -33,6 +33,10 @@ 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:6.*" --no-interaction --no-update
- name: Require phpunit 6 for php >= 7.0
if: matrix.php >= 7.0
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:6.*" --no-interaction --no-update
+4
View File
@@ -33,6 +33,10 @@ 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:6.*" --no-interaction --no-update
- name: Require phpunit 6 for php >= 7.0
if: matrix.php >= 7.0
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:6.*" --no-interaction --no-update
+4
View File
@@ -33,6 +33,10 @@ 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:6.*" --no-interaction --no-update
- name: Require phpunit 6 for php >= 7.0
if: matrix.php >= 7.0
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:6.*" --no-interaction --no-update
+4
View File
@@ -33,6 +33,10 @@ 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:6.*" --no-interaction --no-update
- name: Require phpunit 6 for php >= 7.0
if: matrix.php >= 7.0
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:6.*" --no-interaction --no-update
+4
View File
@@ -33,6 +33,10 @@ 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:6.*" --no-interaction --no-update
- name: Require phpunit 6 for php >= 7.0
if: matrix.php >= 7.0
run: COMPOSER_MEMORY_LIMIT=-1 composer require "phpunit/phpunit:6.*" --no-interaction --no-update
+4 -1
View File
@@ -41,7 +41,10 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "5.6"
}
},
"minimum-stability": "dev",
"prefer-stable": true