Skip to content

Commit

Permalink
ci: remove composer validation step from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbrink committed Jan 27, 2025
1 parent d3b6510 commit f9c9d72
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}

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

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
Expand Down

0 comments on commit f9c9d72

Please sign in to comment.