From 88a3cb314a4423ef23a30318ed2c869a75dc1271 Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Tue, 5 May 2026 16:07:44 -0400 Subject: [PATCH] ci: only run integration tests against currently-supported --- .github/workflows/_internal-integration.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/_internal-integration.yaml b/.github/workflows/_internal-integration.yaml index 6a924996..ca5165ed 100644 --- a/.github/workflows/_internal-integration.yaml +++ b/.github/workflows/_internal-integration.yaml @@ -30,9 +30,8 @@ jobs: - uses: actions/checkout@v4 - uses: ./supported-version with: - kind: all + kind: currently-supported id: supported-version - - run: echo ${{ steps.supported-version.outputs.matrix }} integration-workflow: needs: compute_matrix uses: ./.github/workflows/integration.yaml