Skip to content

Commit

Permalink
ci: do not run tests with MariaDB 10.9 anymore, it reached EOL
Browse files Browse the repository at this point in the history
MariaDB 10.9 has reached its end of life, so it is not tested
anymore.
  • Loading branch information
striezel committed Oct 7, 2023
1 parent 1c6fd50 commit afff5d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@ docker_in_docker:
# Run tests with various MariaDB versions.
# (Versions 10.5 and 10.6 are already tested in the GCC and Clang builds, and
# MariaDB 10.4 is tested in the coverage build job.)
mariadb_10_9:
<<: *mariadb_configuration
services:
- mariadb:10.9

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

0 comments on commit afff5d7

Please sign in to comment.