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 Feb 29, 2024
1 parent 2e0c998 commit 952606e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: "ramsey/composer-install@v2"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--prefer-dist --no-cache --with=laravel/framework:~${{ matrix.laravel }}"
composer-options: "--prefer-dist --no-cache --with='laravel/framework:~${{ matrix.laravel }}'"

- name: Execute tests
run: vendor/bin/phpunit
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: "ramsey/composer-install@v2"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--prefer-dist --no-cache --with=laravel/framework:~${{ matrix.laravel }}"
composer-options: "--prefer-dist --no-cache --with='laravel/framework:~${{ matrix.laravel }}'"

- name: Execute tests
run: vendor/bin/phpunit

0 comments on commit 952606e

Please sign in to comment.