Skip to content

Commit

Permalink
Merge pull request #163 from bckohan/v3.x.x
Browse files Browse the repository at this point in the history
update CI: 5.1rc1 -> 5.1
  • Loading branch information
bckohan authored Aug 8, 2024
2 parents 761bc29 + 2e22de9 commit ecca829
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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.9'
django-version: '4.2'
Expand All @@ -31,7 +31,7 @@ jobs:
- python-version: '3.12'
django-version: '3.2'
- python-version: '3.9'
django-version: '5.1rc1'
django-version: '5.1'

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.11'
django-version: '3.2'
Expand All @@ -35,9 +35,9 @@ jobs:
- python-version: '3.9'
django-version: '5.0'
- 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 ecca829

Please sign in to comment.