Skip to content

Commit 6c575af

Browse files
sreichelfballiano
authored andcommitted
Removed strict validation from PHPUnit workflow (#2672)
1 parent 99d3afb commit 6c575af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: ./
2424

2525
- name: Validate composer
26-
run: composer validate --strict
26+
run: composer validate
2727

2828
- name: Get composer cache directory
2929
id: composer-cache

0 commit comments

Comments
 (0)