Skip to content

Commit bf6492c

Browse files
Refactor dependency installation steps in test workflow for clarity
1 parent bbfe413 commit bf6492c

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
@@ -25,11 +25,11 @@ jobs:
2525
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd
2626
coverage: xdebug
2727

28-
- name: Install dependencies for ${{ matrix.php }}
28+
- name: Install dependencies for old PHP versions
2929
if: matrix.php != '8.5'
3030
run: composer install --prefer-dist --no-progress --no-interaction --no-suggest
3131

32-
- name: Install dependencies for ${{ matrix.php }}
32+
- name: Install dependencies for PHP 8.5
3333
if: matrix.php == '8.5'
3434
run: composer update --prefer-dist --no-progress --no-interaction
3535

0 commit comments

Comments
 (0)