Skip to content

Commit 3b012a9

Browse files
committed
Replace MariaDB 10.4 with 10.8 in integration tests.
10.8 is the current short-term support stable release.
1 parent 241ba99 commit 3b012a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,6 @@ jobs:
228228
image: 'mysql:8.0'
229229
connectionStringExtra: ''
230230
unsupportedFeatures: 'Ed25519,StreamingResults,Tls11,ZeroDateTime'
231-
'MariaDB 10.4':
232-
image: 'mariadb:10.4'
233-
connectionStringExtra: ''
234-
unsupportedFeatures: 'CachingSha2Password,CancelSleepSuccessfully,Json,RoundDateTime,QueryAttributes,Sha256Password,Tls11,UuidToBin'
235231
'MariaDB 10.5':
236232
image: 'mariadb:10.5'
237233
connectionStringExtra: ''
@@ -240,6 +236,10 @@ jobs:
240236
image: 'mariadb:10.6'
241237
connectionStringExtra: ''
242238
unsupportedFeatures: 'CachingSha2Password,CancelSleepSuccessfully,Json,RoundDateTime,QueryAttributes,Sha256Password,Tls11,UuidToBin'
239+
'MariaDB 10.8':
240+
image: 'mariadb:10.8'
241+
connectionStringExtra: ''
242+
unsupportedFeatures: 'CachingSha2Password,CancelSleepSuccessfully,Json,RoundDateTime,QueryAttributes,Sha256Password,Tls11,UuidToBin'
243243
steps:
244244
- template: '.ci/integration-tests-steps.yml'
245245
parameters:

0 commit comments

Comments
 (0)