Skip to content

Commit

Permalink
Update run-tests-against-multiple-db-versions.php
Browse files Browse the repository at this point in the history
Added mysql:8.4.0 to the test suite
  • Loading branch information
rotexdegba authored Jun 24, 2024
1 parent b72cb41 commit b086115
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions run-tests-against-multiple-db-versions.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@ function readableElapsedTime($microtime, $format = null, $round = 3) {
'username' => $mysql_user,
'password' => $mysql_root_psw,
],
],
[
'mysql:8.4.0' => [
'run_container' => "podman run -dt -p 3306:3306 -e MYSQL_ROOT_PASSWORD={$mysql_root_psw} docker.io/library/mysql:8.4.0",
'dsn' => $mysql_maria_db_sql_dsn,
'username' => $mysql_user,
'password' => $mysql_root_psw,
],
],
[
'postgres:15.6' => [
Expand Down

0 comments on commit b086115

Please sign in to comment.