You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -609,7 +609,7 @@ jobs:
609
609
- name: Set up TiDB
610
610
run: |
611
611
docker pull pingcap/tidb:latest
612
-
docker run --name tidb-server -d -p 4000:4000 pingcap/tidb:v7.5.1
612
+
docker run --name tidb-server -d -p 4000:4000 pingcap/tidb:v8.5.2
613
613
sleep 10
614
614
- name: Create SQLancer user
615
615
run: sudo mysql -h 127.0.0.1 -P 4000 -u root -D test -e "CREATE USER 'sqlancer'@'%' IDENTIFIED WITH mysql_native_password BY 'sqlancer'; GRANT ALL PRIVILEGES ON *.* TO 'sqlancer'@'%' WITH GRANT OPTION; FLUSH PRIVILEGES;"
0 commit comments