Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kingbuzzman authored and bluetech committed Feb 8, 2025
1 parent 350b057 commit 5af7f82
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,22 @@ jobs:
python: '3.9'
allow_failure: false

- name: py312-djmain-sqlite-coverage
python: '3.12'
allow_failure: true

- name: py312-dj51-sqlite-xdist-coverage
python: '3.12'
allow_failure: false

- name: py311-dj42-sqlite-xdist-coverage
python: '3.11'
allow_failure: false

- name: py38-dj42-sqlite-xdist-coverage
python: '3.8'
allow_failure: false

- name: py311-djmain-sqlite-coverage
python: '3.11'
allow_failure: true

- name: py311-dj42-mysql_myisam-coverage
python: '3.11'
allow_failure: false
Expand Down

0 comments on commit 5af7f82

Please sign in to comment.