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 Jan 10, 2024
1 parent 38bf89d commit abbea50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/strict-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: "ramsey/composer-install@v2"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--prefer-dist --no-cache --with='phpunit/phpunit:${{ matrix.phpunit }}'"
composer-options: "--prefer-dist --no-cache --with 'phpunit/phpunit:${{ matrix.phpunit }}'"

- name: Installed dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: "ramsey/composer-install@v2"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--prefer-dist --no-cache --with='phpunit/phpunit:${{ matrix.phpunit }}'"
composer-options: "--prefer-dist --no-cache --with 'phpunit/phpunit:${{ matrix.phpunit }}'"

- name: Installed dependencies
run: |
Expand Down

0 comments on commit abbea50

Please sign in to comment.