fix(ci): stop testing on MySQL 5.7

MySQL 5.7 was EOL'd in October 2023.
This commit is contained in:
Austin Bonander 2024-06-11 10:56:07 -07:00
parent 79a5830437
commit 16ffaed73b

View File

@ -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