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

Adding ability to specify mulitple postgresql versions to be used in builds #615

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kubek2k
Copy link

@kubek2k kubek2k commented Sep 1, 2022

this adds a new parameter postgresql-versions that one can use to specify more than one postgresql version that is later used in matrix. I didn't remove the postgresql flag to not break the backward compability.

let postgresVersions = if cfgPostgres
then Just <$> cfgPostgresVersions
else [Nothing]
for_ (reverse $ S.toList linuxVersions) $ \v ->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be toDescList. Same below.

@arybczak
Copy link
Contributor

arybczak commented Sep 9, 2022

@phadej could this be merged? I wanted to add an option to configure PostgreSQL version used (since right now 10 is hardcoded), but this is much better.

@arybczak
Copy link
Contributor

@phadej are you interested in merging this?

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

Successfully merging this pull request may close these issues.

2 participants