Skip to content

Commit

Permalink
ci: run tests with MySQL 8.3, too
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Jan 29, 2024
1 parent 0aa534b commit 6e63e84
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,18 @@ mysql_8_2:
services:
- mysql:8.2

mysql_8_3:
<<: *mariadb_configuration
variables:
MYSQL_DATABASE: "weather_information_collector"
MYSQL_USER: "ci_user"
MYSQL_PASSWORD: "ci_password"
MYSQL_ROOT_PASSWORD: "ci_root_password"
MYSQL_HOST: "mysql"
SKIP_NETWORK_TESTS: "true"
services:
- mysql:8.3

percona_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 @@ -19,6 +19,7 @@ Server.
| MariaDB 10.4 | yes | yes |
| MariaDB 10.3 | yes | no (reached end of life) |
| MariaDB 10.2 | yes | no (reached end of life) |
| MySQL 8.3 | yes _(*)_ | yes |
| MySQL 8.2 | yes _(*)_ | yes |
| MySQL 8.0 | yes _(*)_ | yes |
| MySQL 5.7 | yes | yes |
Expand Down

0 comments on commit 6e63e84

Please sign in to comment.