We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9084718 commit 892d7f9Copy full SHA for 892d7f9
azure-pipelines.yml
@@ -6,7 +6,7 @@ jobs:
6
- job: linux_build
7
displayName: 'Linux Build'
8
pool:
9
- vmimage: 'ubuntu-20.04'
+ vmimage: 'ubuntu-24.04'
10
steps:
11
- template: '.ci/build-steps.yml'
12
@@ -69,7 +69,7 @@ jobs:
69
dependsOn: linux_build
70
displayName: 'Linux Unit Tests'
71
72
73
74
- template: '.ci/mysqlconnector-tests-steps.yml'
75
@@ -165,7 +165,7 @@ jobs:
165
166
displayName: 'Linux Tests'
167
168
169
strategy:
170
matrix:
171
'MySQL 8.0':
0 commit comments