Skip to content

Commit

Permalink
Merge pull request #521 from UW-GAC/maint/add-mariadb-10.5-to-ci
Browse files Browse the repository at this point in the history
Add MariaDB 10.5 to CI
  • Loading branch information
amstilp authored Apr 2, 2024
2 parents 152b770 + 351e1f9 commit 91ee44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# ahead of planned upgrades we can add versions as
# needed
python-version: [3.8]
mariadb-version: ["10.4"]
mariadb-version: ["10.4", "10.5"]

services:
mysql:
Expand Down

0 comments on commit 91ee44c

Please sign in to comment.