Skip to content

Commit aad39c3

Browse files
committed
Test with --prefer-lowest dependencies as well
1 parent 16b682e commit aad39c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- "8.2"
1717
- "8.3"
1818
- "8.4"
19+
update-options:
20+
- ""
21+
- "--prefer-lowest"
1922

2023
steps:
2124
- uses: actions/checkout@v4
@@ -38,7 +41,7 @@ jobs:
3841
run: composer validate --strict --no-interaction
3942

4043
- name: Install dependencies
41-
run: composer update --no-progress --no-interaction
44+
run: composer update --no-progress --no-interaction ${{ matrix.update-options }}
4245

4346
- name: Run tests
4447
run: composer test

0 commit comments

Comments
 (0)