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:
Otto Bittner 2023-06-15 07:49:30 +02:00 committed by GitHub
parent 07de6482b2
commit c33ab624c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,7 +248,7 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
fromVersion: ["v2.7.1"]
fromVersion: ["v2.8.0"]
cloudProvider: ["gcp", "azure", "aws"]
name: Run upgrade tests
secrets: inherit