Skip to content

Commit

Permalink
gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Dec 8, 2023
1 parent 4691d66 commit c97adab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.11']
django-version: ['4.1', '4.2', 'dev']
python-version: ['3.11', '3.12']
django-version: ['4.2', '5.0', 'dev']
exclude:
- python-version: '3.10'
- python-version: '3.11'
django-version: 'dev'
services:
mysql:
Expand Down

0 comments on commit c97adab

Please sign in to comment.