From 4628d677be8b395a65279b47f915629a72783bb1 Mon Sep 17 00:00:00 2001 From: Cristopher Pinzon Date: Mon, 16 Dec 2024 14:17:18 -0500 Subject: [PATCH] fix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac5b206..51ccd46 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: id: simple-matrix if: ${{ inputs.run-all-latest-cdk-versions == false }} run: | - export VERSIONS_ARRAY='["1.10.0", "1.38.0", "1.95.1", "1.150.0", "2.30.0", "2.50.0", "2.75.0", "2.120.0", "2.166.0", "2.167.0", "latest"]' + export VERSIONS_ARRAY='["1.10.0", "1.38.0", "1.95.1", "1.150.0", "2.30.0", "2.50.0", "2.75.0", "2.120.0", "2.166.0", "2.167.0", ""]' echo "VERSIONS_ARRAY=$VERSIONS_ARRAY" >> $GITHUB_ENV