Skip to content

Update python-test.yaml's ubuntu, postgresql versions to enable dependabot to update django #101

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 2 commits into from
Feb 26, 2025

Conversation

bobtabor-msft
Copy link
Contributor

Purpose

  • Dependabot is dying because python-test.yaml is using an old version of postgresql (that has been retired) which Django utils can't use any more
  • GitHub Actions was brownouting to highlight the need to bump the Ubuntu version from 20.04 to 24.04, the latest LTS
  • This fixes both issues, and allows Dependabot to do its thing

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
fork
run GitHub actions
Enjoy happy success 
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

Updating postgresql version to latest (17)
Updating os to Ubuntu 24.04
@bobtabor-msft bobtabor-msft merged commit 5bb882a into Azure-Samples:main Feb 26, 2025
3 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.

1 participant