File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 PYTHON_LATEST : ' 3.11'
2525
2626jobs :
27- test-sqlite :
27+ test-latest :
2828 runs-on : ubuntu-latest
2929 strategy :
3030 matrix :
31- python-version : ["3.11 "]
32- django : ["4.2 "]
33- wagtail : ["5.2 "]
31+ python-version : ["3.13 "]
32+ django : ["5.1 "]
33+ wagtail : ["6.3 "]
3434 db : ["sqlite"]
3535 steps :
3636 - uses : actions/checkout@v4
@@ -60,11 +60,13 @@ jobs:
6060 if-no-files-found : ignore
6161 retention-days : 1
6262
63- test-postgres :
63+ test-legacy :
6464 runs-on : ubuntu-latest
6565 strategy :
6666 matrix :
67- python-version : ["3.11", "3.12", "3.13"]
67+ python-version : ["3.11", "3.12"]
68+ django : ["4.2"]
69+ wagtail : ["5.2", "6.1", "6.2"]
6870 db : ["postgres"]
6971
7072 services :
@@ -106,8 +108,8 @@ jobs:
106108 coverage :
107109 runs-on : ubuntu-latest
108110 needs :
109- - test-sqlite
110- - test-postgres
111+ - test-latest
112+ - test-legacy
111113
112114 steps :
113115 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1- __version__ = "0.6 "
1+ __version__ = "0.7 "
You can’t perform that action at this time.
0 commit comments