Skip to content

Commit ed2f05f

Browse files
committed
* Update Github action configuration
1 parent e61dc39 commit ed2f05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: composer validate
3131

3232
- name: Install Dependencies
33-
run: composer install --prefer-dist --no-progress --no-suggest
33+
run: composer update --prefer-dist --no-progress --no-suggest
3434

3535
- name: Run Robo Build
3636
run: vendor/bin/robo build

0 commit comments

Comments
 (0)