Skip to content

Commit

Permalink
Removes tests for wagtail < 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Marques committed Apr 2, 2024
1 parent 8a05088 commit 06169b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
matrix:
python: ["3.8", "3.9", "3.10", "3.11"]
django-modeltranslation: ["0.17", "0.18"]
wagtail: ["4.0", "4.1", "5.0", "5.1"]
wagtail: ["5.0", "5.1", "5.2"]
database: ["sqlite", "postgres", "mysql"]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 06169b5

Please sign in to comment.