Skip to content

Commit

Permalink
Update Django test workflow (#594)
Browse files Browse the repository at this point in the history
Django 3.2 LTS will be supported until 2024-04.
  • Loading branch information
methane committed May 9, 2023
1 parent d2c07e8 commit 869fe10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-python@v4
with:
# https://www.mail-archive.com/django-updates@googlegroups.com/msg209056.html
python-version: "3.8"
python-version: "3.11"

- name: Install mysqlclient
env:
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Run Django test
env:
DJANGO_VERSION: "2.2.24"
DJANGO_VERSION: "3.2.19"
run: |
sudo apt-get install libmemcached-dev
wget https://github.com/django/django/archive/${DJANGO_VERSION}.tar.gz
Expand Down

0 comments on commit 869fe10

Please sign in to comment.