From c559fb9c995935fddcb17395e55d4d863149a3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Galeran?= Date: Tue, 30 Apr 2024 16:24:09 +0200 Subject: [PATCH] ci(test-schema-engine): use MySQL-LTS scoop version (#4846) --- .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 66b0fbb1fef1..50eaa8133b38 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@8.3.0" + - name: "mysql-lts" url: "mysql://root@localhost:3306?connect_timeout=20&socket_timeout=60" - - name: "mariadb@11.3.2" + - name: "mariadb" url: "mysql://root@localhost:3306?connect_timeout=20&socket_timeout=60" rust: - stable