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 committed Nov 24, 2023
1 parent f0dc8d4 commit a6b2a08
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 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{41,42}-wagtail{41,51,52}
coverage-report

[gh-actions]
Expand All @@ -21,7 +20,6 @@ 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

[testenv:coverage-report]
Expand Down

0 comments on commit a6b2a08

Please sign in to comment.