Skip to content

Commit

Permalink
Add mariadb-10.5 as a specific "include" matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed May 1, 2024
1 parent fbe2c7f commit 9ff6f1d
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 @@ -27,6 +27,10 @@ jobs:
python-version: [3.8]
backend: ["sqlite", "mariadb"]
mariadb-version: ["10.4"]
include:
- python-version: 3.8 # Possible future version.
backend: "mariadb"
mariadb-version: "10.5"
name: "py${{ matrix.python-version }}-${{ matrix.backend }}-${{ matrix.mariadb-version }}"

services:
Expand Down

0 comments on commit 9ff6f1d

Please sign in to comment.