Skip to content

Commit

Permalink
ci(test-schema-engine): use MySQL-LTS scoop version (#4846)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Apr 30, 2024
1 parent ba22df4 commit c559fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-schema-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ jobs:
fail-fast: false
matrix:
db:
- name: "mysql@8.3.0"
- name: "mysql-lts"
url: "mysql://root@localhost:3306?connect_timeout=20&socket_timeout=60"
- name: "mariadb@11.3.2"
- name: "mariadb"
url: "mysql://root@localhost:3306?connect_timeout=20&socket_timeout=60"
rust:
- stable
Expand Down

0 comments on commit c559fb9

Please sign in to comment.