We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a456ae commit fd6d17dCopy full SHA for fd6d17d
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
extensions: curl
49
50
- name: Install dependencies
51
- run: composer update --prefer-${{ matrix.dependency }} --prefer-dist --no-interaction
+ run: composer update --prefer-dist --no-interaction
52
53
- name: Execute Rollbar tests
54
run: composer test
0 commit comments