Skip to content

Commit

Permalink
Merge pull request #559 from UW-GAC/maint/ci-maraidb-10.11
Browse files Browse the repository at this point in the history
Add MariaDB 10.11 to CI
  • Loading branch information
amstilp authored May 8, 2024
2 parents caefe37 + 53630c7 commit 36aa29e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 36aa29e

Please sign in to comment.