Skip to content

Commit

Permalink
remove --strict from composer validation
Browse files Browse the repository at this point in the history
  • Loading branch information
gn36 authored Mar 27, 2024
1 parent 5fd375a commit c44cb0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
coverage: none

- name: Validate composer.json and composer.lock
run: composer validate --strict
# Could be --strict if warnings should be errors, but then version number is an error...
run: composer validate

- name: Cache Composer packages
id: composer-cache
Expand Down

0 comments on commit c44cb0d

Please sign in to comment.