Skip to content

Commit

Permalink
ci: run tests with Percona Server 8.4, too
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Sep 21, 2024
1 parent 37a4be3 commit 4af3840
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 @@ -210,6 +210,18 @@ percona_8_0:
services:
- percona:8.0

percona_8_4:
<<: *mariadb_configuration
variables:
MYSQL_DATABASE: "weather_information_collector"
MYSQL_USER: "ci_user"
MYSQL_PASSWORD: "ci_password"
MYSQL_ROOT_PASSWORD: "ci_root_password"
MYSQL_HOST: "percona-percona-server"
SKIP_NETWORK_TESTS: "true"
services:
- percona/percona-server:8.4

# Tests whether update program can update old table structure from version 0.5.3
# of the program.
updater_v0.5.3_structure:
Expand Down
1 change: 1 addition & 0 deletions doc/supported-databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Server.
| MySQL 8.2 | yes _(*)_ | no (reached end of life) |
| MySQL 8.0 | yes _(*)_ | yes |
| MySQL 5.7 | yes | yes |
| Percona 8.4 | yes _(*)_ | yes |
| Percona 8.0 | yes _(*)_ | yes |
| Percona 5.7 | yes | yes |

Expand Down

0 comments on commit 4af3840

Please sign in to comment.