From 2142113a736c079d9f33b409adea59a477a0f90e Mon Sep 17 00:00:00 2001 From: Ryan Hoerr Date: Wed, 5 Nov 2025 21:37:04 -0500 Subject: [PATCH] Change installation test kind from 'all' to 'usable' --- .github/workflows/_internal-install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_internal-install.yaml b/.github/workflows/_internal-install.yaml index 55fa3ea..e4dea59 100644 --- a/.github/workflows/_internal-install.yaml +++ b/.github/workflows/_internal-install.yaml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v4 - uses: ./supported-version with: - kind: all + kind: usable id: supported-version - run: echo ${{ steps.supported-version.outputs.matrix }}