We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3937f1 commit bf62cc4Copy full SHA for bf62cc4
.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", "latest"]'
50
51
- name: Generate matrix
52
id: set-matrix
0 commit comments