Skip to content

Commit e792daf

Browse files
Merge branch '8.5' into 9.6
2 parents 28ab1a1 + 518f892 commit e792daf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
tools: none
5252

5353
- name: Install dependencies with Composer
54-
run: ./tools/composer update --no-interaction --no-ansi --no-progress
54+
run: ./tools/composer install --no-interaction --no-ansi --no-progress
5555

5656
- name: Run Psalm on public API
5757
run: ./tools/psalm --config=.psalm/static-analysis.xml --no-progress --show-info=false
@@ -101,7 +101,7 @@ jobs:
101101
tools: none
102102

103103
- name: Install dependencies with Composer
104-
run: php ./tools/composer update --no-ansi --no-interaction --no-progress
104+
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
105105

106106
- name: Run tests with PHPUnit
107107
run: php ./phpunit --testsuite unit
@@ -151,7 +151,7 @@ jobs:
151151
tools: none
152152

153153
- name: Install dependencies with Composer
154-
run: php ./tools/composer update --no-ansi --no-interaction --no-progress
154+
run: php ./tools/composer install --no-ansi --no-interaction --no-progress
155155

156156
- name: Run tests with PHPUnit
157157
run: php ./phpunit --testsuite end-to-end
@@ -178,7 +178,7 @@ jobs:
178178
tools: none
179179

180180
- name: Install dependencies with Composer
181-
run: ./tools/composer update --no-ansi --no-interaction --no-progress
181+
run: ./tools/composer install --no-ansi --no-interaction --no-progress
182182

183183
- name: Collect code coverage with PHPUnit
184184
run: ./phpunit --coverage-clover=coverage.xml

0 commit comments

Comments
 (0)