You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
fix github workflow
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Require phpunit 5.7 for php >= 5.6
|
- name: Require phpunit 5.7 for php >= 5.6
|
||||||
if: matrix.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
|
- name: Require phpunit 6 for php >= 7.0
|
||||||
if: matrix.php >= 7.0
|
if: matrix.php >= 7.0
|
||||||
|
|||||||
Reference in New Issue
Block a user