From c01edf1c66fb969f76c1259839e69cf6901f2ad1 Mon Sep 17 00:00:00 2001 From: Khoubza Younes Date: Sun, 6 Dec 2020 21:27:21 +0100 Subject: [PATCH] fix github workflow --- .github/workflows/tests.yaml | 2 +- phpunit.xml.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 630fbe54..aea66f51 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 1e1af721..3b5c944f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -11,7 +11,7 @@ stopOnFailure="true"> - tests + Tests