Skip to content

Commit b5524bc

Browse files
committed
Update TiDB versions to latest 7.5.x and add 8.5.x
- Update 7.5.2 -> 7.5.7 (latest in 7.5 line) - Add 8.5.3 (latest in 8.5 line) - Keep existing versions: 6.1.0, 6.5.3, 7.1.5, 8.1.0
1 parent 54f3fb5 commit b5524bc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
# TiDB versions used in tests - single source of truth
1111
env:
12-
TIDB_VERSIONS: "6.1.0 6.5.3 7.1.5 7.5.2 8.1.0"
12+
TIDB_VERSIONS: "6.1.0 6.5.3 7.1.5 7.5.7 8.1.0 8.5.3"
1313

1414
jobs:
1515
lint:
@@ -134,13 +134,14 @@ jobs:
134134
- testmariadb10.8
135135
- testmariadb10.10
136136
# Track https://github.com/pingcap/tidb/tags
137-
# TiDB versions must match env.TIDB_VERSIONS: 6.1.0 6.5.3 7.1.5 7.5.2 8.1.0
137+
# TiDB versions must match env.TIDB_VERSIONS: 6.1.0 6.5.3 7.1.5 7.5.7 8.1.0 8.5.3
138138
- testtidb6.1.0
139139
- testtidb6.5.3
140140
# - testtidb6.5.10
141141
- testtidb7.1.5
142-
- testtidb7.5.2
142+
- testtidb7.5.7
143143
- testtidb8.1.0
144+
- testtidb8.5.3
144145
steps:
145146
- name: Checkout Git repo
146147
uses: actions/checkout@v4

0 commit comments

Comments
 (0)