From 5e1ccf9d8f12de59ca0668b9d655f5f46a7fdd51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sandstr=C3=B6m?= Date: Fri, 29 Dec 2023 09:53:37 +0100 Subject: [PATCH] Use latest minor versions of Wagtail as test targets --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 418032b..19d73a9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,8 +8,8 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10", "3.11"] wagtail-version: - - 4.1.5 - - 5.1.1 + - 4.1.9 + - 5.1.3 runs-on: ubuntu-latest steps: - name: Checkout