Skip to content

Commit

Permalink
Update django versions (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Cordero <github@j2i.me>
  • Loading branch information
jneight and Javier Cordero authored Jan 14, 2024
1 parent 93cc42f commit 541bb19
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,30 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
python-version: '3.6'
django-version: '3.2.13'
- os: ubuntu-latest
python-version: '3.7'
django-version: '3.2.13'
- os: ubuntu-latest
python-version: '3.8'
django-version: '3.2.13'
django-version: '3.2.23'
- os: ubuntu-latest
python-version: '3.9'
django-version: '3.2.13'
django-version: '3.2.23'
- os: ubuntu-latest
python-version: '3.10'
django-version: '3.2.13'
django-version: '3.2.23'
- os: ubuntu-latest
python-version: 'pypy3'
django-version: '3.2.13'
python-version: '3.8'
django-version: '4.2.9'
- os: ubuntu-latest
python-version: '3.9'
django-version: '4.0.4'
django-version: '4.2.9'
- os: ubuntu-latest
python-version: '3.10'
django-version: '4.0.4'
django-version: '4.2.9'
- os: ubuntu-latest
python-version: '3.11'
django-version: '4.2.9'
- os: ubuntu-latest
python-version: '3.12'
django-version: '4.2.9'
services:
postgres:
image: postgres
Expand All @@ -54,10 +54,10 @@ jobs:
- 5432:5432
steps:
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '${{ matrix.python-version }}'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: pip install django==${{ matrix.django-version}}
- run: pip install psycopg2
- run: pip install gevent
Expand Down

0 comments on commit 541bb19

Please sign in to comment.