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