Skip to content

Commit 7ede84c

Browse files
sethsamuelclaude
andcommitted
[DBMON-6806] Add MySQL 9 support
Add MySQL 9 (latest 9.x) to the mysql test matrix and sync CI config via 'ddev validate ci --sync'. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 06f5fa3 commit 7ede84c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2792,6 +2792,7 @@ jobs:
27922792
- py3.13-8.0.18
27932793
- py3.13-8.0.36
27942794
- py3.13-8.4.0
2795+
- py3.13-9
27952796
- py3.13-8.0-group
27962797
- py3.13-8.0-hybrid
27972798
- py3.13-mariadb-10.5

mysql/hatch.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ version = [
2222
"8.0.18", # Test for pre-json aggregation version
2323
"8.0.36", # EOL April, 2026
2424
"8.4.0",
25+
"9", # latest 9.x innovation release
2526
]
2627

2728
[[envs.default.matrix]]
@@ -56,6 +57,7 @@ version = [
5657
matrix.version.env-vars = [
5758
{ key = "COMPOSE_FILE", value = "mysql8.yaml", if = ["8.0.18", "8.0.36"] },
5859
{ key = "COMPOSE_FILE", value = "mysql8.yaml", if = ["8.4.0"] },
60+
{ key = "COMPOSE_FILE", value = "mysql8.yaml", if = ["9"] },
5961
]
6062
name."8.0-group".env-vars = [
6163
{ key = "COMPOSE_FILE", value = "mysql8-group.yaml" },

0 commit comments

Comments
 (0)