We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dev
1 parent 16dbb5c commit 0c4c7efCopy full SHA for 0c4c7ef
.github/workflows/quality.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Check for outdated dependencies
35
run: |
36
- if [ -n "$(composer outdated --direct)" ]; then
+ if [ -n "$(composer outdated --direct --no-dev)" ]; then
37
echo "❌ There are outdated dependencies!"
38
composer outdated --direct
39
exit 1
0 commit comments