Skip to content

Commit 611cdbe

Browse files
committed
fix: remove strict validation for version management.
1 parent 5c7327c commit 611cdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
tools: composer:v2
4646

4747
- name: Validate composer.json and composer.lock
48-
run: composer validate --strict
48+
run: composer validate
4949

5050
- name: Cache Composer packages
5151
id: composer-cache

0 commit comments

Comments
 (0)