Skip to content

Commit b60843f

Browse files
author
Jan Pazdziora
committed
Test with Django 6.0.
1 parent eb47ead commit b60843f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/django-version-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- run: |
1414
curl -s https://www.djangoproject.com/ > djangoproject.html
1515
grep 'Download.*latest release' djangoproject.html
16-
grep 'Download.*latest release: 5\.2\b' djangoproject.html
16+
grep 'Download.*latest release: 6\.0\b' djangoproject.html

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
django_version:
1818
-
1919
- 5.2
20+
- 6.0
2021
steps:
2122
- uses: actions/checkout@v4
2223
- run: make build DJANGO_VERSION=${{ matrix.django_version }}

0 commit comments

Comments
 (0)