Skip to content

Commit

Permalink
Merge pull request #239 from consideRatio/pr/test-traefik-newer-versions
Browse files Browse the repository at this point in the history
ci: test with traefik v2.11.2 and v3.0.0-rc5
  • Loading branch information
consideRatio authored Apr 22, 2024
2 parents 5d9feda + 59b82f2 commit 7f9e590
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 7f9e590

Please sign in to comment.