From 93d5ef2d5e936d5b82c05ca0815860cbdb2cefcb Mon Sep 17 00:00:00 2001 From: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Date: Sat, 18 Nov 2023 09:19:00 +0100 Subject: [PATCH] lint ci file to prevent future diff noise --- .github/workflows/ci.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86a1ca9b..468a9ec1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,17 @@ jobs: strategy: matrix: os: [ubuntu-20.04] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] - django-version: ["3.2", "4.1", "4.2", "main"] + python-version: + - "3.7" + - "3.8" + - "3.9" + - "3.10" + - "3.11" + django-version: + - "3.2" + - "4.1" + - "4.2" + - "main" exclude: - python-version: "3.7" django-version: "4.1"