mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-05 21:44:15 -04:00
ci: upgrade fromVersion in e2e-upgrade (#1931)
We released 2.8 so we need to test that it can upgrade to HEAD.
This commit is contained in:
parent
07de6482b2
commit
c33ab624c1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-test-weekly.yml
vendored
2
.github/workflows/e2e-test-weekly.yml
vendored
|
@ -248,7 +248,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 1
|
max-parallel: 1
|
||||||
matrix:
|
matrix:
|
||||||
fromVersion: ["v2.7.1"]
|
fromVersion: ["v2.8.0"]
|
||||||
cloudProvider: ["gcp", "azure", "aws"]
|
cloudProvider: ["gcp", "azure", "aws"]
|
||||||
name: Run upgrade tests
|
name: Run upgrade tests
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue