Skip to content

Commit 321ef4d

Browse files
committed
Lock MariaDB version to 10.4.12.
1 parent ac93d8b commit 321ef4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
image: 'mariadb:10.3'
207207
unsupportedFeatures: 'Ed25519,Json,Sha256Password,CachingSha2Password,RoundDateTime,UuidToBin'
208208
'MariaDB 10.4':
209-
image: 'mariadb:10.4'
209+
image: 'mariadb:10.4.12'
210210
unsupportedFeatures: 'Json,Sha256Password,CachingSha2Password,RoundDateTime,UuidToBin'
211211
steps:
212212
- template: '.ci/integration-tests-steps.yml'

0 commit comments

Comments
 (0)