From 6295ea34de363399bdb1df2390a7c18d211e7076 Mon Sep 17 00:00:00 2001 From: kubi Date: Mon, 10 Jun 2024 14:45:32 -0700 Subject: [PATCH] Update tests to use mariadb 10.3 Update version of mariadb used by tests since this is our minimum required version. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fe7edecfb6..b02b9c3c58 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: php: [8.2, 8.3] - database: ["mariadb:10.2", "mysql:8"] + database: ["mariadb:10.3", "mysql:8"] services: database: image: ${{ matrix.database }}