Skip to content

Commit

Permalink
tmp will be squashed, CI debug by YAML hell
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-tstpd committed Oct 22, 2023
1 parent 342c591 commit 0f4b764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
django-version: [-main, "4.0"]
django-version: [-main, "4.0", "4.1", "4.2"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -15,6 +15,8 @@ requires =
pip >=21.0.1
poetry
tox
pylint = ">=2.13,<3"


[testenv]
commands =
Expand Down

0 comments on commit 0f4b764

Please sign in to comment.