ci: use 2.8 as fromVersion in release upgrade test (#2086)

The current value (2.7.1) is outdated since the release of 2.8.
This commit is contained in:
Otto Bittner 2023-07-11 09:56:43 +02:00 committed by GitHub
parent cfa3bb6276
commit f97edd512d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,7 +231,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