From 73743dc637bcb4d29863205bb4e52557bc8769b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20=C5=9Aliwi=C5=84ski?= Date: Fri, 21 Jun 2024 11:47:55 +0200 Subject: [PATCH] Update mariadb in tests from 11.1 to 11.4 --- .github/workflows/tests.yml | 6 +++--- newsfragments/550.misc.rst | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 newsfragments/550.misc.rst diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 733b19b0..d6bbb816 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,14 +61,14 @@ jobs: fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }} - tests-mariadb-linux-11_1: + tests-mariadb-linux-11_4: needs: [ tests-mysql-linux ] uses: ./.github/workflows/tests-mariadb-linux.yml with: mariadb: 11.1 tests-mariadb-linux-11: - needs: [ tests-mariadb-linux-11_1 ] + needs: [ tests-mariadb-linux-11_4 ] uses: ./.github/workflows/tests-mariadb-linux.yml with: mariadb: "11.0" @@ -121,7 +121,7 @@ jobs: - uses: actions/checkout@v4 - uses: ankane/setup-mariadb@v1 with: - mariadb-version: "11.1" + mariadb-version: "11.4" - name: Install pkg-config run: brew install pkg-config - name: Check MySQL Version diff --git a/newsfragments/550.misc.rst b/newsfragments/550.misc.rst new file mode 100644 index 00000000..c7ae8c8e --- /dev/null +++ b/newsfragments/550.misc.rst @@ -0,0 +1 @@ +Update MariaDB from 11.1 to 11.4 in tests. \ No newline at end of file