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 24, 2025
1 parent 5b23984 commit 40718df
Showing 1 changed file with 1 addition and 1 deletion.
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@v3"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--prefer-dist --no-cache --with=orchestra/testbench:${{ matrix.os === 'ubuntu-latest' && '^' || '~' }}${{ matrix.testbench }}.0"
composer-options: "--prefer-dist --no-cache --with=orchestra/testbench:${{ matrix.os == 'ubuntu-latest' && '^' || '~' }}${{ matrix.testbench }}.0"

- name: Installed dependencies
run: |
Expand Down

0 comments on commit 40718df

Please sign in to comment.