mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 07:21:08 +00:00
fix(ci): pin MySQL 8 version to 8.0.27
Fixes the build failures until 8.0.29 is released.
This commit is contained in:
parent
fd2d26e12d
commit
5466826d91
4
.github/workflows/sqlx.yml
vendored
4
.github/workflows/sqlx.yml
vendored
@ -240,7 +240,9 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
mysql: [8, 5_6]
|
||||
# FIXME: 8.0.28 introduced a regression in our type tests: https://github.com/launchbadge/sqlx/issues/1664
|
||||
# The MySQL devs agreed that it was a regression and that it will be fixed in 8.0.29
|
||||
mysql: [8.0.27, 5_6]
|
||||
runtime: [async-std, tokio, actix]
|
||||
tls: [native-tls, rustls]
|
||||
needs: check
|
||||
|
Loading…
x
Reference in New Issue
Block a user