Skip to content

Commit 04f1dba

Browse files
committed
Include 2.177 in versions array
1 parent 48ff247 commit 04f1dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: simple-matrix
4848
if: ${{ inputs.run-all-latest-cdk-versions == false }}
4949
run: |
50-
export VERSIONS_ARRAY='["2.30.0", "2.50.0", "2.75.0", "2.120.0", "2.166.0", "2.167.0", ""]'
50+
export VERSIONS_ARRAY='["2.30.0", "2.50.0", "2.75.0", "2.120.0", "2.166.0", "2.167.0", "2.177.0", ""]'
5151
echo "VERSIONS_ARRAY=$VERSIONS_ARRAY" >> $GITHUB_ENV
5252
5353
- name: Generate matrix

0 commit comments

Comments
 (0)