We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb47ead commit b60843fCopy full SHA for b60843f
.github/workflows/django-version-check.yaml
@@ -13,4 +13,4 @@ jobs:
13
- run: |
14
curl -s https://www.djangoproject.com/ > djangoproject.html
15
grep 'Download.*latest release' djangoproject.html
16
- grep 'Download.*latest release: 5\.2\b' djangoproject.html
+ grep 'Download.*latest release: 6\.0\b' djangoproject.html
.github/workflows/test.yaml
@@ -17,6 +17,7 @@ jobs:
17
django_version:
18
-
19
- 5.2
20
+ - 6.0
21
steps:
22
- uses: actions/checkout@v4
23
- run: make build DJANGO_VERSION=${{ matrix.django_version }}
0 commit comments