Skip to content

Commit

Permalink
Pipeline fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bytehead committed Aug 6, 2023
1 parent a476727 commit d6d8615
Show file tree
Hide file tree
Showing 3 changed files with 12,204 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: composer install --no-interaction --no-progress

- name: Check the dependencies
run: tools/require-checker/vendor/bin/composer-require-checker check --config-file=tools/require-checker/config.json composer.json --ansi
run: vendor-bin/require-checker/vendor/bin/composer-require-checker check --config-file=vendor-bin/require-checker/config.json composer.json --ansi

security-check:
name: PHP Security Check
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
/vendor-bin/*/vendor
/vendor-bin/*/composer.lock
.phpunit.result.cache
composer.lock
Loading

0 comments on commit d6d8615

Please sign in to comment.