Skip to content

Commit

Permalink
integration/run-integration-tests-in-lxd: replace 18.04 (EOL) by 22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Jul 14, 2023
1 parent 61b689d commit 5095564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/run-integration-tests-in-lxd
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
DIR="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"

declare -A RELEASE_IMAGES=(
[bionic]="18.04"
[focal]="20.04"
[jammy]="22.04"
)

function run_tests {
Expand Down

0 comments on commit 5095564

Please sign in to comment.