Skip to content

Commit 9dfcd0a

Browse files
committed
Fix test_package for archlinux
1 parent 0e0ef3f commit 9dfcd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_package(host, docker_image):
4646
ssh = host.package(name)
4747
version = {
4848
"alpine": "8.",
49-
"archlinux": "8.",
49+
"archlinux": "9.",
5050
"centos_7": "7.",
5151
"debian_bullseye": "1:8.4",
5252
"ubuntu_xenial": "1:7.2",

0 commit comments

Comments
 (0)