Skip to content

Commit 2756ac9

Browse files
committed
chore(ci): temporarily remove --strict from validator
1 parent 7b687f0 commit 2756ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
php: ${{ matrix.php }}
9999

100-
- run: composer validate --strict
100+
- run: composer validate
101101

102102
pest:
103103
name: PEST

0 commit comments

Comments
 (0)