Skip to content

Commit

Permalink
ci: run tests with MariaDB 11.3, too
Browse files Browse the repository at this point in the history
MariaDB 11.3 is a recent short-term support release of MariaDB.
  • Loading branch information
striezel committed Feb 25, 2024
1 parent 2384442 commit a63f8c6
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 @@ -155,6 +155,11 @@ mariadb_11_2:
services:
- mariadb:11.2

mariadb_11_3:
<<: *mariadb_configuration
services:
- mariadb:11.3

mysql_5_7:
<<: *mariadb_configuration
variables:
Expand Down
1 change: 1 addition & 0 deletions doc/supported-databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Server.

| DBMS | Supported | Tested |
| ------------- | ----------- | ------------------------ |
| MariaDB 11.3 | yes | yes |
| MariaDB 11.2 | yes | yes |
| MariaDB 11.1 | yes | yes |
| MariaDB 11.0 | yes | yes |
Expand Down

0 comments on commit a63f8c6

Please sign in to comment.