Skip to content

Commit

Permalink
ci: run tests with MariaDB 10.10, too
Browse files Browse the repository at this point in the history
MariaDB 10.10 is a short-term support release of MariaDB.
  • Loading branch information
striezel committed Aug 25, 2023
1 parent ed51378 commit 3bb5b14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ mariadb_10_9:
services:
- mariadb:10.9

mariadb_10_10:
<<: *mariadb_configuration
services:
- mariadb:10.10

mariadb_10_11:
<<: *mariadb_configuration
services:
Expand Down
1 change: 1 addition & 0 deletions doc/supported-databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Server.
| ------------- | ----------- | ------------------------ |
| MariaDB 11.0 | yes | yes |
| MariaDB 10.11 | yes | yes |
| MariaDB 10.10 | yes | yes |
| MariaDB 10.9 | yes | yes |
| MariaDB 10.8 | yes | no (reached end of life) |
| MariaDB 10.7 | yes | no (reached end of life) |
Expand Down

0 comments on commit 3bb5b14

Please sign in to comment.