Skip to content

Commit

Permalink
Test against Wagtail 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Nov 3, 2023
1 parent 2ee7230 commit 2455413
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:

# Current configuration:
# - django 3.2, python 3.8, wagtail 4.1, sqlite
# - django 4.1, python 3.9, wagtail 4.2, postgresql
# - django 4.2, python 3.10, wagtail 5.0, sqlite
# - django 4.2, python 3.11, wagtail 5.1, postgresql
# - django 4.1, python 3.9, wagtail 5.0, postgresql
# - django 4.2, python 3.10, wagtail 5.1, sqlite
# - django 4.2, python 3.11, wagtail 5.2, postgresql
# - django 4.1, python 3.11, wagtail main, postgres (allow failures)
jobs:
test:
Expand All @@ -25,18 +25,18 @@ jobs:
experimental: false
- python: "3.9"
django: "Django>=4.1,<4.2"
wagtail: "wagtail>=4.2,<4.3"
wagtail: "wagtail>=5.0,<5.1"
database: "postgresql"
psycopg: "psycopg2>=2.6"
experimental: false
- python: "3.10"
django: "Django>=4.2,<4.3"
wagtail: "wagtail>=5.0,<5.1"
wagtail: "wagtail>=5.1,<5.2"
database: "sqlite3"
experimental: false
- python: "3.11"
django: "Django>=4.2,<4.3"
wagtail: "wagtail>=5.1,<5.2"
wagtail: "wagtail>=5.2,<5.3"
database: "postgresql"
psycopg: "psycopg2>=2.6"
experimental: false
Expand Down

0 comments on commit 2455413

Please sign in to comment.