From ca390f050457bd9caff938dc10978f62bd24ecba Mon Sep 17 00:00:00 2001 From: "Consul.NET CI" Date: Wed, 20 Sep 2023 02:26:50 +0000 Subject: [PATCH] Update Consul agent versions used for testing --- .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 a3533dfe4..47d964183 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: if: github.event_name == 'push' || github.event.pull_request.head.repo.id != github.event.pull_request.base.repo.id strategy: matrix: - consul: [1.6.10, 1.7.14, 1.8.19, 1.9.17, 1.10.12, 1.11.11, 1.12.9, 1.13.9, 1.14.9, 1.15.5, 1.16.1] + consul: [1.6.10, 1.7.14, 1.8.19, 1.9.17, 1.10.12, 1.11.11, 1.12.9, 1.13.9, 1.14.10, 1.15.6, 1.16.2] framework: [net461, net5.0, net6.0, net7.0] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: false