Skip to content

Commit 5dc3fed

Browse files
[e2e] Update list of releases to run the tests on (#1492)
Resolute is now officially released. This means that running the e2e tests on Questing doesn't have as much value and devel will now resolve to 26.10 which doesn't have a valid image yet, so we need to update the list of releases we intend to run the e2e tests on.
2 parents c68d003 + aefa388 commit 5dc3fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
needs: compute-hash
8282
strategy:
8383
matrix:
84-
ubuntu-version: [ 'noble', 'questing', 'devel' ]
84+
ubuntu-version: [ 'noble', 'resolute' ]
8585
fail-fast: false
8686
uses: ./.github/workflows/e2e-tests-provision-and-run.yaml
8787
with:

0 commit comments

Comments
 (0)