Skip to content

Conversation

@ulgens
Copy link
Member

@ulgens ulgens commented Dec 4, 2025

No description provided.

Copilot AI review requested due to automatic review settings December 4, 2025 03:37
Copilot finished reviewing on behalf of ulgens December 4, 2025 03:40
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 pull request attempts to update CI workflows to use the stable release of Django 6.0 instead of the release candidate version (6.0rc1). However, based on the support end date mentioned in the comments (April 2027), Django 6.0 would be released in April 2026, which is after the current date of December 2025. This means the stable version does not exist yet.

Key Changes:

  • Replaces all occurrences of '6.0rc1' with '6.0' across test and lint workflows
  • Updates 11 different job configurations that test against multiple OS platforms and shell environments
  • Maintains consistency in exclusion rules for Python/Django version combinations

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/test.yml Updates Django version from '6.0rc1' to '6.0' across 11 test job configurations (Linux, Windows, macOS with various shells: bash, fish, zsh, PowerShell, pwsh)
.github/workflows/lint.yml Updates Django version from '6.0rc1' to '6.0' in the linting job configuration

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link

codecov bot commented Dec 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 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.

@bckohan bckohan merged commit 0f613f8 into django-commons:main Dec 4, 2025
57 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.

2 participants