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 15, 2022
1 parent 87da262 commit af22346
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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" --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" --no-interaction --no-update
if: matrix.php >= 8.1

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit af22346

Please sign in to comment.