silverstripe / gha-ci

GitHub Actions Workflow - CI for Silverstripe modules
BSD 3-Clause "New" or "Revised" License
0 stars 11 forks source link

Can't currently test SSL connection works for databases #68

Open GuySartorelli opened 1 year ago

GuySartorelli commented 1 year ago

SSL support for database connections was added back in https://github.com/silverstripe/silverstripe-framework/pull/10784 We currently have no way of testing this. We should look at using SSL when connecting to the database in at least one PHPUnit job (either optionally or otherwise).