Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modules for specific databases have to hardcode php versions #17

Open
GuySartorelli opened this issue Jul 15, 2022 · 1 comment
Open

Comments

@GuySartorelli
Copy link
Member

silverstripe/silverstripe-postgresql effectively defines its own matrix which includes hardcoded php versions.
This is because it obviously shouldn't be tested with mysql database.
We might need a new input to disable certain databases to handle this dynamically and avoid the postgres (and possible other db modules in the future e.g. aws) getting out of date.

@GuySartorelli
Copy link
Member Author

Note: While postgres has been removed from the matrix, this work should still be considered in case we do add new database types to the matrix in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant