Skip to content

Commit

Permalink
ci: run tests with MariaDB 11.4, too
Browse files Browse the repository at this point in the history
MariaDB 11.4 is a new long-term support release of MariaDB.
  • Loading branch information
striezel committed Jun 14, 2024
1 parent 0bb51d8 commit 9104178
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 @@ -150,6 +150,11 @@ mariadb_11_2:
services:
- mariadb:11.2

mariadb_11_4:
<<: *mariadb_configuration
services:
- mariadb:11.4

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.4 | yes | yes |
| MariaDB 11.3 | yes | no (reached end of life) |
| MariaDB 11.2 | yes | yes |
| MariaDB 11.1 | yes | yes |
Expand Down

0 comments on commit 9104178

Please sign in to comment.