We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373eb28 commit 4628d67Copy full SHA for 4628d67
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
id: simple-matrix
48
if: ${{ inputs.run-all-latest-cdk-versions == false }}
49
run: |
50
- 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", ""]'
51
echo "VERSIONS_ARRAY=$VERSIONS_ARRAY" >> $GITHUB_ENV
52
53
0 commit comments