Skip to content

Commit 1320032

Browse files
author
Andy Babic
committed
Tweak test matrices
1 parent 05f7444 commit 1320032

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

.github/workflows/test.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ env:
2424
PYTHON_LATEST: '3.11'
2525

2626
jobs:
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

src/wagtail_bynder/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6"
1+
__version__ = "0.7"

0 commit comments

Comments
 (0)