Skip to content

Commit

Permalink
fix install dependency predis
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lemay committed Sep 2, 2024
1 parent c37e558 commit b143f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist
- name: Install Predis optional package
run: composer require predis/predis --no-update
run: composer require predis/predis
- name: Test cs-fixer
run: vendor/bin/php-cs-fixer fix src --dry-run --diff --no-ansi
- name: Run phpstan
Expand Down

0 comments on commit b143f1c

Please sign in to comment.