Skip to content

Commit c9fdcd6

Browse files
authored
Update test matrx to include MariaDB 11
MariaDB has had a 11 release for a while and this includes a 11.8 LTS release which is under the :11 tag.
1 parent b4c83f1 commit c9fdcd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
rdbms: mysql:9
3232
- php: 8.4
3333
rdbms: mysql:8
34+
- php: 8.4
35+
rdbms: mariadb:11
3436
- php: 8.4
3537
rdbms: mariadb:10
3638
steps:

0 commit comments

Comments
 (0)