Skip to content

Commit

Permalink
GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Aug 21, 2021
1 parent af26afc commit 35c9cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ jobs:
strategy:
matrix:
version: [13.3, 12.7, 11.12, 10.17, 9.6.22]
runtime: [async-std, actix, tokio]
tls: [native-tls, rustls]
runtime: [tokio]
tls: [native-tls]
services:
postgres:
image: postgres:${{ matrix.version }}
Expand Down

0 comments on commit 35c9cbe

Please sign in to comment.