From 59b82f223d0d48ffefdf33eea0034ef70251c432 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 22 Apr 2024 16:44:11 +0200 Subject: [PATCH] ci: test with traefik v2.11.2 and v3.0.0-rc5 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb54e2db..4571e77d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,10 +39,10 @@ jobs: # Test against old and new python, and traefik v2 and v3 - python: "3.8" backend: file - traefik-version: "v2.10.7" + traefik-version: "v2.11.2" - python: "3.12" backend: file - traefik-version: "v3.0.0-rc1" + traefik-version: "v3.0.0-rc5" # Test each backend that requires a python client against a modern # version of python to ensure clients are compatible.