diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 8a799fe..6d05683 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -109,7 +109,7 @@ stages: - 2 targets: - name: hcloud - test: 'devel/hcloud/3.8' + test: 'devel/hcloud/3.9' - stage: Hetzner_2_13 displayName: Hetzner 2.13 @@ -122,7 +122,7 @@ stages: - 2 targets: - name: hcloud - test: '2.13/hcloud/3.8' + test: '2.13/hcloud/3.9' - stage: Hetzner_2_12 displayName: Hetzner 2.12 @@ -135,7 +135,7 @@ stages: - 2 targets: - name: hcloud - test: '2.12/hcloud/3.8' + test: '2.12/hcloud/3.9' - stage: Hetzner_2_11 displayName: Hetzner 2.11 @@ -148,7 +148,7 @@ stages: - 2 targets: - name: hcloud - test: '2.11/hcloud/3.8' + test: '2.11/hcloud/3.9' - stage: Hetzner_2_10 displayName: Hetzner 2.10 @@ -162,7 +162,7 @@ stages: - 3 targets: - name: hcloud - test: '2.10/hcloud/3.8' + test: '2.10/hcloud/3.9' - stage: Hetzner_2_9 displayName: Hetzner 2.9 @@ -176,7 +176,7 @@ stages: - 3 targets: - name: hcloud - test: '2.9/hcloud/3.8' + test: '2.9/hcloud/3.9' ### Finally - stage: Summary