Skip to content

Commit

Permalink
CI: update DB versions
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Aug 2, 2024
1 parent 7e433df commit cf7e8b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,11 +388,11 @@ jobs:
}}
runs-on: ubuntu-latest
env:
DATABASE_URL: "mysql://root:@localhost"
DATABASE_URL: "mysql://root:root@localhost"
strategy:
fail-fast: false
matrix:
version: [10.6]
version: [lts]
runtime: [actix]
tls: [native-tls]
services:
Expand All @@ -404,7 +404,7 @@ jobs:
MYSQL_USER: sea
MYSQL_PASSWORD: sea
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_ROOT_PASSWORD:
MYSQL_ROOT_PASSWORD: root
ports:
- "3306:3306"
options: >-
Expand Down Expand Up @@ -441,7 +441,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [14, 15, 16]
version: [14, 16]
runtime: [tokio]
tls: [native-tls]
services:
Expand Down

0 comments on commit cf7e8b2

Please sign in to comment.