Skip to content

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