Skip to content

Commit

Permalink
Update scrutinizer.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Oct 25, 2023
1 parent 7e6b94e commit 1c0573a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ build:
- /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P 'YourStrong!Passw0rd' -Q 'CREATE DATABASE yiitest'
- pecl channel-update pecl.php.net
- pecl install pdo_sqlsrv
- composer config preferred-install.yiisoft/db source
- composer update --no-interaction --no-progress --optimize-autoloader --ansi
- composer require yiisoft/db:"dev-master as 1.0" --ansi

tests:
override:
Expand Down

0 comments on commit 1c0573a

Please sign in to comment.