Skip to content

Commit

Permalink
Updated E2E matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cartertinney committed Jul 11, 2024
1 parent 0036836 commit 11aa055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vsts/python-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:

strategy:
matrix:
py310_mqtt: { pv: '3.10', transport: 'mqtt', consumer_group: 'e2e-consumer-group-3' }
py38_mqtt_ws: { pv: '3.8', transport: 'mqttws', consumer_group: 'e2e-consumer-group-4' }
py311_mqtt: { pv: '3.11', transport: 'mqtt', consumer_group: 'e2e-consumer-group-3' }
py310_mqtt_ws: { pv: '3.10', transport: 'mqttws', consumer_group: 'e2e-consumer-group-4' }

steps:
- task: UsePythonVersion@0
Expand Down

0 comments on commit 11aa055

Please sign in to comment.