From af2234627d40acb1ee4380e0b44ca427215682e3 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Thu, 15 Dec 2022 08:05:05 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- .github/workflows/tests-on-windows.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests-on-windows.yml b/.github/workflows/tests-on-windows.yml index 215c4e1..60ea8e3 100644 --- a/.github/workflows/tests-on-windows.yml +++ b/.github/workflows/tests-on-windows.yml @@ -40,7 +40,7 @@ jobs: run: composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update - name: Add PHP 8.1 Requirements - run: composer require "ramsey/collection:~1.2" "brick/math:~0.9.3||~0.10" --no-interaction --no-update + run: composer require "ramsey/collection:~1.2" --no-interaction --no-update if: matrix.php >= 8.1 - name: Install dependencies @@ -90,7 +90,7 @@ jobs: run: composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update - name: Add PHP 8.1 Requirements - run: composer require "ramsey/collection:~1.2" "brick/math:~0.9.3||~0.10" --no-interaction --no-update + run: composer require "ramsey/collection:~1.2" --no-interaction --no-update if: matrix.php >= 8.1 - name: Install dependencies diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e425147..861b722 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: run: composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update - name: Add PHP 8.1 Requirements - run: composer require "ramsey/collection:^1.2" "brick/math:^0.9.3|^0.10" --no-interaction --no-update + run: composer require "ramsey/collection:^1.2" --no-interaction --no-update if: matrix.php >= 8.1 - name: Install dependencies @@ -92,7 +92,7 @@ jobs: run: composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update - name: Add PHP 8.1 Requirements - run: composer require "ramsey/collection:^1.2" "brick/math:^0.9.3|^0.10" --no-interaction --no-update + run: composer require "ramsey/collection:^1.2" --no-interaction --no-update if: matrix.php >= 8.1 - name: Install dependencies