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