Skip to content

Commit

Permalink
Test against python 3.x and the default traefik version installed
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 26, 2024
1 parent 17f1951 commit d84007a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d84007a

Please sign in to comment.