From 8deb9cd1cf2bddd43d080db60c9a0c1adfc0b465 Mon Sep 17 00:00:00 2001 From: ehhuang Date: Tue, 15 Jul 2025 09:38:35 -0700 Subject: [PATCH] Update .github/workflows/integration-tests.yml Co-authored-by: Nathan Weinberg <31703736+nathan-weinberg@users.noreply.github.com> --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 37dcdd829..3d8264703 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -17,7 +17,7 @@ on: workflow_dispatch: inputs: test-all-client-versions: - description: 'Test against all client versions' + description: 'Test against both the latest and published versions' type: boolean default: false