Skip to content

Commit

Permalink
chore(ci): temporarily remove --strict from validator
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Mar 11, 2024
1 parent 7b687f0 commit 2756ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
with:
php: ${{ matrix.php }}

- run: composer validate --strict
- run: composer validate

pest:
name: PEST
Expand Down

0 comments on commit 2756ac9

Please sign in to comment.