Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdk/spring/compatibility-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ stages:
python -m pip install termcolor
displayName: 'Install python module'
- script: |
python ./sdk/spring/scripts/compatibility_update_supported_version_matrix_json.py --target-version-prefix 3. --non-target-version-prefix-list 3.0. --use-the-latest-version yes
python ./sdk/spring/scripts/compatibility_update_supported_version_matrix_json.py --target-version-prefix 4. --use-the-latest-version yes
displayName: 'Update supported Spring versions'
- stage: "NonLatestVersionsCompatibility"
dependsOn: []
Expand All @@ -48,5 +48,5 @@ stages:
python -m pip install termcolor
displayName: 'Install python module'
- script: |
python ./sdk/spring/scripts/compatibility_update_supported_version_matrix_json.py --target-version-prefix 3. --non-target-version-prefix-list 3.0. --use-the-latest-version no
python ./sdk/spring/scripts/compatibility_update_supported_version_matrix_json.py --target-version-prefix 4. --use-the-latest-version no
displayName: 'Update supported Spring versions'
Loading