Skip to content

Commit f2db579

Browse files
committed
remove strict
1 parent 1184239 commit f2db579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Validate composer.json and composer.lock
17-
run: composer validate --strict
17+
run: composer validate
1818

1919
- name: Cache Composer packages
2020
id: composer-cache

0 commit comments

Comments
 (0)