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 f3fb959 commit f3937f1Copy full SHA for f3937f1
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
id: simple-matrix
47
if: ${{ inputs.run-all-latest-cdk-versions == false }}
48
run: |
49
- 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", ""]
+ 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", ""]'
50
51
- name: Generate matrix
52
id: set-matrix
0 commit comments