mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-12 04:36:44 +02:00
fix indentation
This commit is contained in:
parent
1eae15bb0f
commit
fc53e31769
16
.github/workflows/pythonpackage.yml
vendored
16
.github/workflows/pythonpackage.yml
vendored
@ -8,14 +8,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
# Explicitly include Python 3.8 and 3.9 only with Django 4
|
||||
- python-version: "3.8"
|
||||
django-version: "4"
|
||||
- python-version: "3.9"
|
||||
django-version: "4"
|
||||
# Define the general matrix for Python with Django
|
||||
python-version: ["3.10", "3.11"]
|
||||
include:
|
||||
# Explicitly include Python 3.8 and 3.9 only with Django 4
|
||||
- python-version: "3.8"
|
||||
django-version: "4"
|
||||
- python-version: "3.9"
|
||||
django-version: "4"
|
||||
# Define the general matrix for Python with Django
|
||||
python-version: ["3.10", "3.11", "3.12"]
|
||||
django-version: ["4", "5"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user