Skip to content

Commit 43868cd

Browse files
committed
Use composer update
1 parent 54ede73 commit 43868cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
restore-keys: |
4040
${{ runner.os }}-composer-
4141
- name: Install dependencies
42-
run: composer install --no-interaction ${{ matrix.composer-options }}
42+
run: composer update --no-interaction ${{ matrix.composer-options }}
4343
- name: Run php tests
4444
run: composer run phpunit
4545
- name: Send coverage
@@ -109,7 +109,7 @@ jobs:
109109
restore-keys: |
110110
${{ runner.os }}-composer-
111111
- name: Install dependencies
112-
run: composer install --no-interaction ${{ matrix.composer-options }}
112+
run: composer update --no-interaction ${{ matrix.composer-options }}
113113
- name: Run resume from parse diff tests
114114
run: ./tests/resume-from-parse-test.sh
115115

0 commit comments

Comments
 (0)