Skip to content

Commit

Permalink
Fix test_package for archlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
philpep committed Jun 19, 2022
1 parent 0e0ef3f commit 9dfcd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_package(host, docker_image):
ssh = host.package(name)
version = {
"alpine": "8.",
"archlinux": "8.",
"archlinux": "9.",
"centos_7": "7.",
"debian_bullseye": "1:8.4",
"ubuntu_xenial": "1:7.2",
Expand Down

0 comments on commit 9dfcd0a

Please sign in to comment.