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

Disable CI on Postgres version <= 11 fix change setup #8

Merged
merged 1 commit into from
Apr 19, 2021

Conversation

nicolas-fricke
Copy link
Member

@nicolas-fricke nicolas-fricke commented Apr 16, 2021

Since around April 15th the tests on Postgres started failing due to having issues will running sudo apt-get install postgresql-<version>. This is done internally by the ankane/setup-postgres step and up to that point worked without issues. Up to that date we used Ubuntu 18.04 but there, no Postgres version could be installed via the script anymore. While investigating, we found that on Ubuntu 20.04 Postgres 12 and 13 could at least still be installed.

This was unrelated to any changes done in this repository. Therefore, to unblock further development of this gem, upgrade the PG tests to use Ubuntu 20.04 and remove the PG versions that no longer seem to work from the test matrix.

Also, create #9 to re-enable tests for older Postgres versions to ensure compatibility of the gem.

@nicolas-fricke nicolas-fricke added the bug Something isn't working label Apr 16, 2021
@nicolas-fricke nicolas-fricke force-pushed the fix-postgres-test-setup branch 19 times, most recently from b96d61f to 4c0e8fc Compare April 19, 2021 11:36
Since around April 15th the tests on Postgres started failing due to
having issues will running `sudo apt-get install postgresql-<version>`.
This is done internally by the `ankane/setup-postgres` step and up to
that point worked without issues. Up to that date we used Ubuntu 18.04
but there, no Postgres version could be installed via the script
anymore. While investigating, we found that on Ubuntu 20.04 Postgres 12
and 13 could at least still be installed.

This was unrelated to any changes done in this repository. Therefore, to
unblock further development of this gem, upgrade the PG tests to use
Ubuntu 20.04 and remove the PG versions that no longer seem to work from
the test matrix.

Also, create #9 to
re-enable tests for older Postgres versions to ensure compatibility of
the gem.
@nicolas-fricke nicolas-fricke force-pushed the fix-postgres-test-setup branch from 4c0e8fc to 9632b76 Compare April 19, 2021 14:15
@nicolas-fricke nicolas-fricke changed the title Change Github Action step for setting up Postgres Disable CI on Postgres version <= 11 fix change setup Apr 19, 2021
@nicolas-fricke nicolas-fricke merged commit bcbb3f1 into master Apr 19, 2021
@nicolas-fricke nicolas-fricke deleted the fix-postgres-test-setup branch February 18, 2022 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant