Skip to content

Commit 4dc26a6

Browse files
remove all v1 versions for now
1 parent 6a98540 commit 4dc26a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
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='["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+
export VERSIONS_ARRAY='["2.30.0", "2.50.0", "2.75.0", "2.120.0", "2.166.0", "2.167.0", ""]'
5151
echo "VERSIONS_ARRAY=$VERSIONS_ARRAY" >> $GITHUB_ENV
5252
5353
- name: Generate matrix

0 commit comments

Comments
 (0)