File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1313 windows :
1414 name : macOS (PHP ${{ matrix.php-versions }} CI)
1515 runs-on : macos-latest
16- container :
17- image : mcr.microsoft.com/mssql/server
18- env :
19- ACCEPT_EULA : y
20- SA_PASSWORD : Password12!
21- ports :
22- - 1433:1433/tcp
23- - 1434:1434/tcp
2416 strategy :
2517 fail-fast : false
2618 matrix :
@@ -141,7 +133,7 @@ jobs:
141133 - name : Docker Install SQLServer
142134 run : |
143135 docker pull mcr.microsoft.com/mssql/server
144- docker run --name ms_sql_server -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=Password12!' -p 1433:1433 -p 1434:1434 - d mcr.microsoft.com/mssql/server
136+ docker run --name ms_sql_server -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=Password12!' -p 1433:1433 -d mcr.microsoft.com/mssql/server
145137 - name : Brew Install ODBC 17 and MSSQL Tools
146138 run : |
147139 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
You can’t perform that action at this time.
0 commit comments