GitHub Action

This commit is contained in:
Chris Tsang 2021-08-21 23:25:25 +08:00
parent af26afcf71
commit 35c9cbe60a

View File

@ -230,8 +230,8 @@ jobs:
strategy: strategy:
matrix: matrix:
version: [13.3, 12.7, 11.12, 10.17, 9.6.22] version: [13.3, 12.7, 11.12, 10.17, 9.6.22]
runtime: [async-std, actix, tokio] runtime: [tokio]
tls: [native-tls, rustls] tls: [native-tls]
services: services:
postgres: postgres:
image: postgres:${{ matrix.version }} image: postgres:${{ matrix.version }}