From 53630c7e46be8762ab7c7c796e794cf776783820 Mon Sep 17 00:00:00 2001 From: Adrienne Stilp Date: Wed, 8 May 2024 09:46:57 -0700 Subject: [PATCH] Add MariaDB 10.11 to CI --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a35cd69d..8a7e40a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,9 +28,13 @@ jobs: backend: ["sqlite", "mariadb"] mariadb-version: ["10.4"] include: + # Note that we can't use python 3.12 until we figure out how to have separate requirements files. - python-version: 3.8 # Possible future version. backend: "mariadb" mariadb-version: "10.5" + - python-version: 3.8 # Possible future version. + backend: "mariadb" + mariadb-version: "10.11" name: "py${{ matrix.python-version }}-${{ matrix.backend }}-${{ matrix.mariadb-version }}" services: