From 980432ca3b3bfe272cd0789e5e16ab58f20a9818 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Thu, 25 Jan 2024 21:38:20 +0530 Subject: [PATCH] Remove duplicate tests on v1.10 (#1239) Now that v1 points to v1.10, the explicit tests on v1.10 are redundant --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d79e378c..51a9c4be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: matrix: version: - '1.6' - - '~1.10.0-0' - '1' - 'nightly' os: