Skip to content

Commit 3e921df

Browse files
authored
Update E2E tests to only run upgrades on supported versions (#1785)
Update E2E tests to only run upgrades on supported versions. Versions lower than 5.0 will soon no longer work since they rely on direct access to our storage account (not through AFD)
1 parent 588529f commit 3e921df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/E2E.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ on:
3535
default: 'preview'
3636

3737
env:
38-
TestUpgradesFromVersion: 'v3.1'
38+
TestUpgradesFromVersion: 'v5.0'
3939

4040
defaults:
4141
run:

0 commit comments

Comments
 (0)