From 7d36e43ac184e173ba5cd3e7ca0fbcb167121cdc Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 14 May 2022 23:11:46 +0800 Subject: [PATCH] CI --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cc126405..cd506c06 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -489,7 +489,7 @@ jobs: strategy: fail-fast: false matrix: - version: [10.6, 10.5, 10.4] + version: [10.6] runtime: [actix] tls: [native-tls] services: @@ -550,7 +550,7 @@ jobs: strategy: fail-fast: false matrix: - version: [14, 13, 12, 11, 10] + version: [14, 13, 12] runtime: [tokio] tls: [native-tls] services: