Skip to content

Commit b69453d

Browse files
Tweak description
1 parent f6c583c commit b69453d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
7474
tools: none
7575

76-
- name: Install highest dependencies with composer
76+
- name: Install dependencies with composer
7777
run: php ./tools/composer update --no-ansi --no-interaction --no-progress
7878

7979
- name: Generate global assert wrappers
@@ -262,7 +262,7 @@ jobs:
262262
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
263263
tools: none
264264

265-
- name: Install highest dependencies with composer
265+
- name: Install dependencies with composer
266266
run: php ./tools/composer update --no-ansi --no-interaction --no-progress
267267

268268
- name: Collect code coverage with phpunit

0 commit comments

Comments
 (0)