Skip to content

Commit 114109a

Browse files
author
Alcides Ramos
committed
ci(ci.yml): updated cache strategy
1 parent 73fb2cc commit 114109a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: composer validate --working-dir=. --strict
4949

5050
- name: Install PHP dependencies
51-
run: composer update --${{ matrix.dependency-version }} --ansi --no-interaction --prefer-dist --no-dev
51+
run: composer update --${{ matrix.dependency-version }} --ansi --no-interaction --prefer-dist
5252

5353
- name: Check PHP Syntax
5454
run: composer check-syntax

0 commit comments

Comments
 (0)