From 5af1e47fa7b51acaa54455a4a10161fbceb81fa8 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 26 Sep 2024 16:16:12 +0200 Subject: [PATCH] Test against python 3.x and the default traefik version installed --- .github/workflows/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b19ded2a..7e5b99e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,10 +39,13 @@ jobs: # Test against old and new python, and traefik v2 and v3 - python: "3.8" backend: file - traefik-version: "v2.11.2" + traefik-version: "v2.11.10" - python: "3.12" backend: file - traefik-version: "v3.0.0" + traefik-version: "v3.1.4" + - python: "3.x" + backend: file + traefik-version: "" # default value # Test each backend that requires a python client against a modern # version of python to ensure clients are compatible.