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 20, 2023
1 parent 36e1909 commit 4d11c03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
django-version: [-main, "4.0"]

steps:
Expand All @@ -53,6 +53,7 @@ jobs:
- name: Execute tests
run: |
pip install -U pip poetry tox
poetry config virtualenvs.create false
poetry install
export DJANGO=${{ matrix.django-version }}
Expand Down

0 comments on commit 4d11c03

Please sign in to comment.