From ba22df4b8e49ca6d2661f5d09b9b31a339c95310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Galeran?= Date: Tue, 30 Apr 2024 15:46:26 +0200 Subject: [PATCH] ci(test-schema-engine): pin MySQL/MariaDB scoop versions (#4845) --- .github/workflows/test-schema-engine.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-schema-engine.yml b/.github/workflows/test-schema-engine.yml index 6cb2d3a4185d..66b0fbb1fef1 100644 --- a/.github/workflows/test-schema-engine.yml +++ b/.github/workflows/test-schema-engine.yml @@ -206,9 +206,9 @@ jobs: fail-fast: false matrix: db: - - name: mysql + - name: "mysql@8.3.0" url: "mysql://root@localhost:3306?connect_timeout=20&socket_timeout=60" - - name: mariadb + - name: "mariadb@11.3.2" url: "mysql://root@localhost:3306?connect_timeout=20&socket_timeout=60" rust: - stable