Skip to content

Commit

Permalink
Update ci.yml part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruttenb authored Mar 4, 2024
1 parent e0acf5d commit 263cdd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- 5432:5432
strategy:
matrix:
django-version: [2.2, 3.1, 3.2, 4.2]
python-version: [3.7, 3.8, 3.9, 3.11]
django-version: [3.2, 4.2]
python-version: [3.8, 3.9, 3.11]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 263cdd6

Please sign in to comment.