Skip to content

Conversation

@HuongNV13
Copy link
Contributor

Copilot AI review requested due to automatic review settings July 22, 2025 03:23
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the PostgreSQL database requirements for Moodle 5.1 by upgrading the minimum supported PostgreSQL version from 14 to 15, aligning with the environment requirements defined in MDL-85362.

  • Updates PostgreSQL Docker image version in GitHub Actions configuration

@codecov
Copy link

codecov bot commented Jul 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.33%. Comparing base (b2e64bb) to head (57f2737).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #361   +/-   ##
=========================================
  Coverage     88.33%   88.33%           
  Complexity      763      763           
=========================================
  Files            77       77           
  Lines          2348     2348           
=========================================
  Hits           2074     2074           
  Misses          274      274           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@mickhawkins mickhawkins left a comment

Choose a reason for hiding this comment

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

Hi @HuongNV13,

Thanks for working on this, the change you've made looks correct, I'm just wondering whether we need to update any of these:

  1. Changelog (and potentially minor version bump?)
  2. .github/workflows/test.yml
  3. The Travis configs (.travis.yml or .travis.dist.yml) (not sure if these matter since they're going away).

@HuongNV13
Copy link
Contributor Author

Thanks, @mickhawkins
I have added new lines to the changelog.

.github/workflows/test.yml is designed to test selftest for this repo, but yes, I have modified it to Postgres 15

According to Travis CI, it has been deprecated in 4.5.8 and will be removed in 5.0.0.

Cheers!

Copy link
Member

@mickhawkins mickhawkins left a comment

Choose a reason for hiding this comment

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

Thanks @HuongNV13, this looks good to me.

@lameze lameze merged commit 7e8efb4 into moodlehq:main Jul 31, 2025
30 checks passed
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