Skip to content

Commit fd6d17d

Browse files
committed
Fixed CI composer install.
1 parent 6a456ae commit fd6d17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
extensions: curl
4949

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

5353
- name: Execute Rollbar tests
5454
run: composer test

0 commit comments

Comments
 (0)