Update mariadb (#285)

* add mariadb 11.5 and 11.6

adds latest mariadb docker images

* update workflow and readme

* Fix readme

---------

Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
This commit is contained in:
Michael (Parker) Parker
2025-02-10 13:38:58 -05:00
committed by GitHub
parent 730792652d
commit 3590298ab4
4 changed files with 44 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ jobs:
- '11.2'
- '11.3'
- '11.4'
- '11.5'
- '11.6'
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3