Skip to content

Commit

Permalink
Merge pull request #478 from UW-GAC/maint/maria-db-10.11
Browse files Browse the repository at this point in the history
MariaDB 10.11
  • Loading branch information
amstilp authored May 1, 2024
2 parents 2f7c548 + 916faeb commit fddf4e1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,17 @@ jobs:
python-version: ["3.8", "3.12"]
django-version: ["3.2", "4.2"]
backend: ["sqlite", "mysql"]
mariadb-version: ["10.4", "10.5"]
exclude:
- backend: sqlite
mariadb-version: ["10.4"] # What we're currently running with.
include:
- python-version: "3.12" # Possible future update.
django-version: "4.2"
backend: "mysql"
mariadb-version: "10.5"
- python-version: "3.12" # Possible future update.
django-version: "4.2"
backend: "mysql"
mariadb-version: "10.11"
name: "py${{ matrix.python-version }}-dj${{ matrix.django-version }}-${{ matrix.backend }}-${{ matrix.mariadb-version }}"

runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit fddf4e1

Please sign in to comment.