Skip to content

Commit 0c4c7ef

Browse files
committed
Disable check for latest package versions in dev
1 parent 16dbb5c commit 0c4c7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Check for outdated dependencies
3535
run: |
36-
if [ -n "$(composer outdated --direct)" ]; then
36+
if [ -n "$(composer outdated --direct --no-dev)" ]; then
3737
echo "❌ There are outdated dependencies!"
3838
composer outdated --direct
3939
exit 1

0 commit comments

Comments
 (0)