Skip to content

Commit 7d6eafe

Browse files
committed
Remove async-std CI matrix entries
1 parent 6b33591 commit 7d6eafe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/sqlx.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
strategy:
2121
matrix:
22-
runtime: [async-std, tokio]
22+
runtime: [tokio]
2323
tls: [native-tls, rustls]
2424
steps:
2525
- uses: actions/checkout@v6
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-24.04
107107
strategy:
108108
matrix:
109-
runtime: [async-std, tokio, actix]
109+
runtime: [tokio, actix]
110110
tls: [native-tls, rustls]
111111
needs: check
112112
steps:
@@ -137,7 +137,7 @@ jobs:
137137
strategy:
138138
matrix:
139139
postgres: [14, 10]
140-
runtime: [async-std, tokio, actix]
140+
runtime: [tokio, actix]
141141
tls: [native-tls, rustls]
142142
needs: check
143143
steps:
@@ -208,7 +208,7 @@ jobs:
208208
strategy:
209209
matrix:
210210
mysql: [8, 5_7]
211-
runtime: [async-std, tokio, actix]
211+
runtime: [tokio, actix]
212212
tls: [native-tls, rustls]
213213
needs: check
214214
steps:
@@ -251,7 +251,7 @@ jobs:
251251
strategy:
252252
matrix:
253253
mariadb: [10_6, 10_3]
254-
runtime: [async-std, tokio, actix]
254+
runtime: [tokio, actix]
255255
tls: [native-tls, rustls]
256256
needs: check
257257
steps:
@@ -287,7 +287,7 @@ jobs:
287287
strategy:
288288
matrix:
289289
mssql: [2019, 2022]
290-
runtime: [async-std, tokio, actix]
290+
runtime: [tokio, actix]
291291
tls: [native-tls, rustls]
292292
needs: check
293293
steps:

0 commit comments

Comments
 (0)