Skip to content

Commit

Permalink
ci: test with traefik v2.11.2 and v3.0.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 22, 2024
1 parent 5d9feda commit 59b82f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 59b82f2

Please sign in to comment.