gitlab-ci-pipeline-php
gitlab-ci-pipeline-php copied to clipboard
Support for MSSQL?
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.
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
@edbizarro Thanks in advanced, that's would be great
@edbizarro I noticed the extensions were added and then commented out. Any update on this?