From 9cdaf93378a7813b0175a7ec07b93e795a9823af Mon Sep 17 00:00:00 2001 From: "Consul.NET CI" Date: Tue, 7 Jan 2025 02:41:37 +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 03cb41f11..df58b7ce6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,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.11, 1.15.10, 1.16.6, 1.17.3, 1.18.2, 1.19.2, 1.20.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.11, 1.15.10, 1.16.6, 1.17.3, 1.18.2, 1.19.2, 1.20.2] framework: [net461, net6.0, net7.0, net8.0] os: [ubuntu-latest, windows-latest, macos-latest, macos-13] # macos-13 for x86_x64 arch fail-fast: false