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 1c0573a commit 3374fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +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 require yiisoft/db:"dev-master as 1.0" --ansi
- composer require yiisoft/db:dev-master --ansi

tests:
override:
Expand Down

0 comments on commit 3374fc6

Please sign in to comment.