Skip to content

Commit

Permalink
run: composer update --with yiisoft/db:dev-master
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Oct 14, 2023
1 parent 14c56a0 commit d3063f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ build:
dependencies:
override:
- composer self-update
- composer config preferred-install.yiisoft/db source
- composer update --no-interaction --no-progress --optimize-autoloader --ansi
- composer update --with yiisoft/db:dev-master --no-interaction --no-progress --optimize-autoloader --ansi

tests:
override:
Expand Down
1 change: 0 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@

$rectorConfig->skip([
ClosureToArrowFunctionRector::class,
QueryTest::class,
]);
};

0 comments on commit d3063f3

Please sign in to comment.