Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 14, 2022
1 parent 43fbb27 commit 87da262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-on-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" "brick/math:~0.9.3||~0.10" --no-interaction --no-update
if: matrix.php >= 8.1

- name: Install dependencies
Expand Down Expand Up @@ -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" "brick/math:~0.9.3||~0.10" --no-interaction --no-update
if: matrix.php >= 8.1

- name: Install dependencies
Expand Down

0 comments on commit 87da262

Please sign in to comment.