Skip to content

Commit

Permalink
TASK: Run composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed May 24, 2023
1 parent c5385c8 commit 797bf7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
php-version: ${{ matrix.php }}
coverage: none # disable xdebug, pcov

- run: composer install --no-interaction --no-suggest --no-progress
- run: composer update --no-interaction --no-suggest --no-progress

- run: vendor/bin/phpunit
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Documentation/.doctrees
var/
/release/
release.sh
composer.lock

0 comments on commit 797bf7a

Please sign in to comment.