mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 07:45:30 +00:00
fix(ci): stop testing on MySQL 5.7
MySQL 5.7 was EOL'd in October 2023.
This commit is contained in:
parent
79a5830437
commit
16ffaed73b
2
.github/workflows/sqlx.yml
vendored
2
.github/workflows/sqlx.yml
vendored
@ -281,7 +281,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
mysql: [8, 5_7]
|
||||
mysql: [8]
|
||||
runtime: [async-std, tokio]
|
||||
tls: [native-tls, rustls, none]
|
||||
needs: check
|
||||
|
Loading…
x
Reference in New Issue
Block a user