Skip to content

Commit

Permalink
Change CI: 5.1rc1 -> 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Aug 8, 2024
1 parent 01e5b45 commit bae41e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- '3.2' # LTS April 2024
- '4.2' # LTS April 2026
- '5.0' # April 2025
- '5.1rc1' # December 2025
- '5.1' # December 2025
exclude:
- python-version: '3.7'
django-version: '5.0'
Expand All @@ -27,11 +27,11 @@ jobs:
- python-version: '3.12'
django-version: '3.2'
- python-version: '3.7'
django-version: '5.1rc1'
django-version: '5.1'
- python-version: '3.8'
django-version: '5.1rc1'
django-version: '5.1'
- python-version: '3.9'
django-version: '5.1rc1'
django-version: '5.1'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bae41e2

Please sign in to comment.