From 862e36016b1a19bcd1ecc6ca29e18d40a60c4bf4 Mon Sep 17 00:00:00 2001 From: KarlLevik Date: Mon, 5 Jun 2023 17:26:10 +0100 Subject: [PATCH] Use mariadb 10.6 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6cd0884..61a1340 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ trigger: resources: containers: - container: mariadb - image: mariadb:10.5 + image: mariadb:10.6 env: MYSQL_DATABASE: ispybtest MYSQL_ROOT_PASSWORD: $(MYSQL_ROOT_PASSWORD)