Skip to content

Commit 2d064db

Browse files
committed
test with latest dependencies
1 parent 433939b commit 2d064db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
with:
4040
timeout_minutes: 5
4141
max_attempts: 5
42-
command: composer install --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
42+
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
43+
# command: composer install --prefer-dist --no-interaction --no-progress
4344

4445
- name: Execute tests
4546
run: vendor/bin/ptest --coverage

0 commit comments

Comments
 (0)