Skip to content

Commit

Permalink
ci(test-schema-engine): pin MySQL/MariaDB scoop versions (prisma#4845)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 authored Apr 30, 2024
1 parent 2f076be commit ba22df4
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
- name: "mysql@8.3.0"
url: "mysql://root@localhost:3306?connect_timeout=20&socket_timeout=60"
- name: mariadb
- name: "mariadb@11.3.2"
url: "mysql://root@localhost:3306?connect_timeout=20&socket_timeout=60"
rust:
- stable
Expand Down

0 comments on commit ba22df4

Please sign in to comment.