Skip to content

Commit

Permalink
Adjust test matrix to use Wagtail 5.2
Browse files Browse the repository at this point in the history
Drop wagtail 5.0 from the test matrix
  • Loading branch information
user authored and thibaudcolas committed Dec 19, 2023
1 parent 339436c commit dc4a4b8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[tox]
minversion = 3.14.6
envlist =
py{38,39,310}-dj{32,41}-wagtail{41,42,50,51}
py311-dj41-wagtail{41,42,50,51}
py311-dj42-wagtail{50,51}
py{38,39,310}-dj{32,41}-wagtail{41,51,52}
py311-dj{42}-wagtail{51,52}
coverage-report

[gh-actions]
Expand All @@ -21,8 +20,8 @@ deps =
dj41: django>=4.1,<4.2
dj42: django>=4.2,<4.3
wagtail41: wagtail>=4.1,<5.0
wagtail50: wagtail>=5.0,<5.1
wagtail51: wagtail>=5.1,<5.2
wagtail52: wagtail>=5.2,<5.3

[testenv:coverage-report]
basepython = python3.11
Expand Down

0 comments on commit dc4a4b8

Please sign in to comment.