Skip to content

Commit

Permalink
cannot do strict validation due to commit-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
prgTW committed Feb 15, 2024
1 parent d003d09 commit 6ec3af5
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 @@ -39,7 +39,7 @@ jobs:
php-version: '${{ matrix.php }}'

- name: Validate composer.json and composer.lock
run: composer validate --strict
run: composer validate

- name: Lock packages according to dependency matrix
run: |
Expand Down

0 comments on commit 6ec3af5

Please sign in to comment.