File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 99
1010# TiDB versions used in tests - single source of truth
1111env :
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
1414jobs :
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
You can’t perform that action at this time.
0 commit comments