File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1616 EXTENSIONS : pdo, pdo_sqlsrv
1717 XDEBUG_MODE : coverage, develop
1818
19- runs-on : ubuntu-latest
19+ runs-on : ${{ matrix.mssql.os || ' ubuntu-latest' }}
2020
2121 strategy :
2222 fail-fast : false
3838 mssql :
3939 version : server:2017-latest
4040 mssql-tool : /opt/mssql-tools/bin/sqlcmd
41+ os : ubuntu-22.04
4142 - php : 8.0
4243 mssql :
4344 version : server:2019-latest
5556 options : --name=mssql --health-cmd="${{ matrix.mssql.mssql-tool }} -S localhost -U SA -P 'YourStrong!Passw0rd' -Q 'SELECT 1'" --health-interval=10s --health-timeout=5s --health-retries=3
5657
5758 steps :
59+ - name : Install ODBC driver
60+ run : sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18
61+
5862 - name : Checkout
5963 uses : actions/checkout@v4
6064
Original file line number Diff line number Diff line change 3737 'fixture ' => __DIR__ . '/sqlite.sql ' ,
3838 ],
3939 'sqlsrv ' => [
40- 'dsn ' => 'sqlsrv:Server=127.0.0.1,1433;Database=yiitest ' ,
40+ 'dsn ' => 'sqlsrv:Server=127.0.0.1,1433;Database=yiitest;Encrypt=no ' ,
4141 'username ' => 'SA ' ,
4242 'password ' => 'YourStrong!Passw0rd ' ,
4343 'fixture ' => __DIR__ . '/mssql.sql ' ,
You can’t perform that action at this time.
0 commit comments