You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently we are using your docker image for unit testing on gitlab, but we have a project that use laravel with mssql and can't find a way to configure the driver and service.
The text was updated successfully, but these errors were encountered:
hi @Mxrck I believe gitlab ci does not support mssql as a service, but you can set up an external DB and connect to it in your pipeline with right credentials.
My images do not come with pdo_sqlsrv and sqlsrv extensions but I'll be happy to add them
Is there a way to support mssql using this image?
currently we are using your docker image for unit testing on gitlab, but we have a project that use laravel with mssql and can't find a way to configure the driver and service.
The text was updated successfully, but these errors were encountered: