We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37550a commit c617c25Copy full SHA for c617c25
.github/workflows/php80.yml
@@ -62,7 +62,7 @@ jobs:
62
curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list | sudo tee /etc/apt/sources.list.d/mssql-release.list
63
sudo apt update
64
sudo apt install mssql-tools18
65
- /opt/mssql-tools18/bin/sqlcmd -S localhost -U SA -P 1234567890@Eu -Q 'create database testing_db'
+ /opt/mssql-tools18/bin/sqlcmd -S localhost -U SA -P 1234567890@Eu -Q 'create database testing_db' -C
66
67
- name: Install Dependencies
68
run: composer install --prefer-source --no-interaction --no-dev
0 commit comments