Skip to content

Commit c559fb9

Browse files
authored
ci(test-schema-engine): use MySQL-LTS scoop version (#4846)
1 parent ba22df4 commit c559fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-schema-engine.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ jobs:
206206
fail-fast: false
207207
matrix:
208208
db:
209-
- name: "mysql@8.3.0"
209+
- name: "mysql-lts"
210210
url: "mysql://root@localhost:3306?connect_timeout=20&socket_timeout=60"
211-
- name: "mariadb@11.3.2"
211+
- name: "mariadb"
212212
url: "mysql://root@localhost:3306?connect_timeout=20&socket_timeout=60"
213213
rust:
214214
- stable

0 commit comments

Comments
 (0)