Skip to content

Commit 79ec1ce

Browse files
authored
Added composer update to install step
1 parent a49277b commit 79ec1ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
run: |
7373
composer config repositories.local '{"type":"path", "url":".."}'
7474
composer require rollbar/rollbar-laravel
75+
composer update psr/log
7576
echo "ROLLBAR_TOKEN=${ROLLBAR_TOKEN}" >> .env
7677
echo "GITHUB_RUN_ID=${GITHUB_RUN_ID}" >> .env
7778
chmod 400 .env

0 commit comments

Comments
 (0)