mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-03-16 21:30:23 +00:00
Fix CI supported versions
This commit is contained in:
parent
1d0a06a9ab
commit
b2d9de2997
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -6,6 +6,10 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -15,6 +19,10 @@ jobs:
|
||||||
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
|
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
|
||||||
django-version: ['3.2', '4.1', '4.2']
|
django-version: ['3.2', '4.1', '4.2']
|
||||||
exclude:
|
exclude:
|
||||||
|
- python-version: '3.11'
|
||||||
|
django-version: '3.2'
|
||||||
|
- python-version: '3.11'
|
||||||
|
django-version: '4.1'
|
||||||
- python-version: '3.7'
|
- python-version: '3.7'
|
||||||
django-version: '4.1'
|
django-version: '4.1'
|
||||||
- python-version: '3.7'
|
- python-version: '3.7'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue