Skip to content

[CI] Pin PG to 15 and add Redis #11370

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

Merged
merged 4 commits into from
Aug 20, 2025
Merged

[CI] Pin PG to 15 and add Redis #11370

merged 4 commits into from
Aug 20, 2025

Conversation

davidcornu
Copy link
Member

@davidcornu davidcornu commented Aug 19, 2025

Summary of the problem

  • We're currently using the postgres:latest image which doesn't match what we're running in production
  • We don't have Redis running on CI which prevents us from running some Sidekiq jobs

Describe your changes

  • Use the 15 tag for the postgres container
  • Add a redis service

Copy link
Member

@polypixeldev polypixeldev left a comment

Choose a reason for hiding this comment

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

Looks like we have Postgres 15.12 in production - SELECT version(); returns

PostgreSQL 15.12 (Ubuntu 15.12-1.pgdg24.04+1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, 64-bit

@davidcornu
Copy link
Member Author

@polypixeldev oh! I should have known that but for some reason I was convinced it was 14 😅. Thanks!

@davidcornu davidcornu changed the title [CI] Pin PG to 14 and add Redis [CI] Pin PG to 15 and add Redis Aug 19, 2025
@davidcornu davidcornu enabled auto-merge August 20, 2025 13:27
@davidcornu davidcornu added this pull request to the merge queue Aug 20, 2025
Merged via the queue into main with commit b1922be Aug 20, 2025
13 checks passed
@davidcornu davidcornu deleted the david/push-tswmsxspozzr branch August 20, 2025 13:39
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.

3 participants