From 3f5260f2e88d5a4db196078cd2b44c30b3756ef0 Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Sun, 7 Apr 2024 15:16:20 -0500 Subject: [PATCH] Exclude web framework tests on old versions from matrix --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b2ef18..fe77bb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,15 @@ jobs: - actix3 - warp - axum + exclude: + - rust: 1.60.0 + feature: actix4 + - rust: 1.60.0 + feature: actix3 + - rust: 1.60.0 + feature: warp + - rust: 1.60.0 + feature: axum steps: - uses: actions/checkout@v2 - uses: actions/cache@v2