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 970ebd9 commit 5b23984
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- 8.2
- 8.3
- 8.4
testbench:
- 9
- 10
dependencies:
- "highest"
- "lowest"
Expand All @@ -43,7 +46,7 @@ jobs:
uses: "ramsey/composer-install@v3"
with:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--prefer-dist --no-cache --with=orchestra/testbench:^9.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 5b23984

Please sign in to comment.