Skip to content

Commit bf43e8d

Browse files
committed
Fix CI on perl <= 5.20
1 parent dfdbac2 commit bf43e8d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/smoke-ubuntu-linux.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
"5.26",
5050
"5.24",
5151
"5.22",
52-
"5.20",
53-
"5.18",
54-
"5.16",
55-
"5.14",
56-
"5.12",
57-
"5.10",
58-
"5.8",
52+
"5.20-buster",
53+
"5.18-buster",
54+
"5.16-buster",
55+
"5.14-buster",
56+
"5.12-buster",
57+
"5.10-buster",
58+
"5.8-buster",
5959
]
6060

6161
container:

0 commit comments

Comments
 (0)