From 65bd3983a02b00c52e7e6f43e9ea83e833de8b92 Mon Sep 17 00:00:00 2001 From: Thanh Tran Date: Thu, 26 Dec 2024 13:14:21 +0700 Subject: [PATCH] chore(ci): adding MariaDB 10.4 into the run matrix --- .github/workflows/integration-tests.yml | 3 +++ ...e_scripts_run_table.sql => 02_create_scripts_run_table.sql} | 0 ...errors_table.sql => 03_create_scripts_run_errors_table.sql} | 0 ...04_create_version_table.sql => 04_create_version_table.sql} | 0 4 files changed, 3 insertions(+) rename src/grate.mariadb/Bootstrapping/Sql/Baseline/up/{00_02_create_scripts_run_table.sql => 02_create_scripts_run_table.sql} (100%) rename src/grate.mariadb/Bootstrapping/Sql/Baseline/up/{00_03_create_scripts_run_errors_table.sql => 03_create_scripts_run_errors_table.sql} (100%) rename src/grate.mariadb/Bootstrapping/Sql/Baseline/up/{00_04_create_version_table.sql => 04_create_version_table.sql} (100%) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 734cd742..5fdaf790 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -292,6 +292,9 @@ jobs: - name: "PostgreSQL 12" type: PostgreSQL image: "postgres:12" + - name: "MariaDB 10.4" + type: MariaDB + image: "mariadb:10.4" - name: "MariaDB 10.10" type: MariaDB image: "mariadb:10.10" diff --git a/src/grate.mariadb/Bootstrapping/Sql/Baseline/up/00_02_create_scripts_run_table.sql b/src/grate.mariadb/Bootstrapping/Sql/Baseline/up/02_create_scripts_run_table.sql similarity index 100% rename from src/grate.mariadb/Bootstrapping/Sql/Baseline/up/00_02_create_scripts_run_table.sql rename to src/grate.mariadb/Bootstrapping/Sql/Baseline/up/02_create_scripts_run_table.sql diff --git a/src/grate.mariadb/Bootstrapping/Sql/Baseline/up/00_03_create_scripts_run_errors_table.sql b/src/grate.mariadb/Bootstrapping/Sql/Baseline/up/03_create_scripts_run_errors_table.sql similarity index 100% rename from src/grate.mariadb/Bootstrapping/Sql/Baseline/up/00_03_create_scripts_run_errors_table.sql rename to src/grate.mariadb/Bootstrapping/Sql/Baseline/up/03_create_scripts_run_errors_table.sql diff --git a/src/grate.mariadb/Bootstrapping/Sql/Baseline/up/00_04_create_version_table.sql b/src/grate.mariadb/Bootstrapping/Sql/Baseline/up/04_create_version_table.sql similarity index 100% rename from src/grate.mariadb/Bootstrapping/Sql/Baseline/up/00_04_create_version_table.sql rename to src/grate.mariadb/Bootstrapping/Sql/Baseline/up/04_create_version_table.sql