File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,19 @@ jobs:
1919 # run static analysis on bleeding and trailing edges
2020 python-version : [ '3.9', '3.12' ]
2121 django-version :
22- - ' Django~=3.2.0' # LTS April 2024
23- - ' Django~=4.2.0' # LTS April 2026
24- - ' Django~=5.0.0'
22+ - ' 3.2' # LTS April 2024
23+ - ' 4.2' # LTS April 2026
24+ - ' 5.0' # April 2025
25+ - ' 5.1b1' # December 2025
2526 exclude :
2627 - python-version : ' 3.9'
27- django-version : ' Django~= 4.2.0 '
28+ django-version : ' 4.2'
2829 - python-version : ' 3.9'
29- django-version : ' Django~=5.0 .0'
30+ django-version : ' 5 .0'
3031 - python-version : ' 3.12'
31- django-version : ' Django~=3.2.0'
32+ django-version : ' 3.2'
33+ - python-version : ' 3.9'
34+ django-version : ' 5.1b1'
3235
3336 steps :
3437 - uses : actions/checkout@v4
4851 poetry config virtualenvs.in-project true
4952 poetry run pip install --upgrade pip
5053 poetry install -E all
51- poetry run pip install -U "${{ matrix.django-version }}"
54+ poetry run pip install -U "Django~= ${{ matrix.django-version }}"
5255 - name : Install Emacs
5356 if : ${{ github.event.inputs.debug == 'on' }}
5457 run : |
You can’t perform that action at this time.
0 commit comments