diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 81261ca5..cfe47c6d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ on: env: CARGO_TERM_COLOR: always - SQLX_VERSION: 0.7.3 + SQLX_VERSION: latest SQLX_FEATURES: "rustls,mysql" DATABASE_URL: "mysql://root:password@127.0.0.1:3306/lrzcc"