From 125a4de8b4c9be7580abc786772607723934f3f2 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Wed, 20 Jul 2022 07:59:15 -0700 Subject: [PATCH] Removing 15.0.0 version from test matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd2577e..168a7b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: - release-it-version: ["14.0.0", "14.1.0", "14.2.0", "15.0.0", "15.1.3"] + release-it-version: ["14.0.0", "14.1.0", "14.2.0", "15.1.3"] steps: - uses: actions/checkout@v3.0.2